|
|
|
|
|
by pytester
2409 days ago
|
|
Comments are often a code smell indicating that the code was written in a hard to understand way. On a top notch code base - the kind that almost nobody works on - they probably should be sparse and mostly unnecessary. Moreover, when a lot of people are asked to comment they write stuff like "this function does x to y" when the function is named "x_to_y". No shit sherlock comments I call them. I'd always prefer to have good comments, but I've worked on a lot of code bases where no comments wouldn't really have been any worse. |
|