|
|
|
|
|
by shoover
3399 days ago
|
|
Every programmer I've worked with can type just fine. I think the reason we don't comment code is because we believe the meaning of the code is self-evident via names, conventions, and structure. I am happy to comment code when I think the "why" is unclear without having the whole project in one's head, but I'm often amazed later on how much I guessed wrong and failed to comment something that needed elaboration. When I fix bugs, I almost always end up adding comments and request the same in code reviews. |
|