|
|
|
|
|
by TeMPOraL
2727 days ago
|
|
I'd say it's mostly a meme. If a code review doesn't involve reviewing comments around the modified code, it's a bug in the process. Elsewhere in this thread Ousterhout's book is mentioned; I like his advice about always placing comments in the most obvious places and as close to the code they affect as possible. This way, you can't miss them, and and it's hard to forget to update them. |
|