|
|
|
|
|
by mercurial
4850 days ago
|
|
The first thing to know about comments is that they're sooner or later going to get out of touch with the code, unless you have some phase where you are going to review them in depth. Obviously, redundant comments scattered across the code are even worse: out of sight, out of mind. |
|
Your first job as a professional programmer is making the rest of your team more productive by reducing the communication burden. Your second job is understanding old code. The amount of code you personally write is a distant third priority.