"Comment the why, not the how." is the most succinct and useful maxim for...
"Comment the why, not the how." is the most succinct and useful maxim for handling code comments that I've found.
If I feel the need to comment the how, that's a sign I should refactor so my intent is clearer.
#cleancode