Code Comment
Better than code that is easy to understand with code comments is code that serves as its own documentation, and even better than that is a project structure where the code's purpose is clear from the organization alone
Rules based on the context
- Software Library should have more comments than application code
- Comments should explain why and the intention, not what the code does with explanations
Precondition and Postcondition
to the comment below