Thursday, 15 February 2018

Overview


Hi reader,
This is a blog based on my experience sharing the best practice that a developer can follow to achieve a standard code. Ill be sharing some books name that you can refer, few links, git hub repository samples, and how collaborative application development has to take place.

Any Applications developer has to follow these things
  1. Easily maintainable code
  2. No duplicate code(never compromise in this)
  3. Follow SOLID principle
  4. Design Principles (there are many design principles we shall discuss about these in later blogs)
  5. Code review (This is an important part in an application development and we shall discuss about these in my later blogs)
  6. Right API design patterns. I would prefer https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf design pattern for designing api's


keep following git hub repository https://github.com/praveen062/demo-springboot-jersy soon ill be updating the repository with these best practices. 

No comments:

Post a Comment