I just wrote a line of code, then added a comment before it.
//these tests don’t bubble up, so…
test.Reset();
Then I thought, “Why am I commenting that? Isn’t the code’s intent explicit enough?” It is quite clear what the code is doing (resetting a test). However, the comment is necessary to give some insight into the business [...]