Apr 19, 2021
Code should be clear enough to express intention as well, most of the time. Most of the time good variable / function / method name alleviate the need for a comment.
With some exceptions (for example, in-code API documentation), comments indicate "TODO:", whether or not that TODO has been really added.
Clearness of intention is also code review subject.