Comment Re:Article Author on Crack (Score 1) 556
write the code to match the comments
This is a horrible way to go about things, IMHO. The code should be written to match the planned design, but you should *not* need a comment to describe every bit of code. When the code changes, the comments are often left unchanged, and you're left with comments that are worse than useless, they are downright misleading.
This is a horrible way to go about things, IMHO. The code should be written to match the planned design, but you should *not* need a comment to describe every bit of code. When the code changes, the comments are often left unchanged, and you're left with comments that are worse than useless, they are downright misleading.