Coding Conventions
The best applications are coded properly. This sounds like an obvious statement, but by ‘properly’, mean that the code not only does its job well, but is also easy to add to, maintain and debug. For that we should follow a convention or guideline. And also ask a question yourself and make sure that your code is properly following one convention and properly documented.