Following are 13 tips on how to comment your source code so that it is easier to understand and maintain over time. 1. Comment each level Comment each code block, using a uniform approach for each level. For example: For each class, include a brief description, author and date of last modification For each method, include a description of its purpose, functions, parameters and results Adopting comment standards is important...
