Advanced Code Comments #code-quality #anti-patterns

Comment Quality

6 exercises — spot anti-patterns (lying comments, obvious comments, journal comments, commented-out code) and rewrite them to high standard.

0 / 6 completed
1 / 6
Identify the anti-pattern in this comment: `x = x + 1; // add 1 to x`