Make Comment Superfluous

When you feel the need to write a comment, first try to refactor the code so that any comment becomes superfluous.

Quoted from Refactoring: Improving the Design of Existing Code Page 88

Also see https://refactoring.guru/smells/comments

Last updated