CCoding Style - Don’t contradict the code
From EdWiki
Don’t contradict the code
- Most comments agree with the code when they are written, but as bugs are fixed and the program evolves, the comments are often left in their original form, resulting in disagreement with the code.
- When you change code, make sure the comments are still accurate.