Important points that programmers should remember while developing web application
1. Do some R & D about the business logic and make a plan on how you will implement it before you start writing the code. 2. Should write codes in an easy, understandable and maintainable way. 3. Make sure you are developing an application with a consistent look and feel. 4. Should follow OOPs.…