5
votes
When NOT to comment code
Don't ask a question in comments for some other hypothetical person to answer:
// Crap, why is this here?
// Well, just in case it happens somehow.
if (i < 0.0)
{
printf("Uh oh …
