in reply to Re: The joys of bad code
in thread The joys of bad code

Its a little scarier when you see:
/********************************** * * * Add one to i * * * **********************************/ i = i - 1;
So is it the code or the comment that is wrong?

Replies are listed 'Best First'.
Re^3: The joys of bad code
by eyepopslikeamosquito (Archbishop) on Oct 26, 2004 at 22:57 UTC
    So is it the code or the comment that is wrong?
    When the comments don't match the code, I normally assume they're both wrong.