A set of comments used in code.
- one liners only
- generally at the end of another line of code
- comment name is suffixed by :
- no initials or dates
- no feature start/end comments
- use imperatives don't be vauge.
Clean code relies on the code being readable in the first place. Commentary on code can be useful and save hours of time. Don't pollute your code with comments and bad code.