|
|
|
|
|
by zorga
2727 days ago
|
|
> do other HNers also feel that a high comment:code ratio probably indicates quality? Nope, imho code with lots of comments is generally crappy code. It's littered with comments to explain the sloppy code they couldn't make clear because they're bad programmers. Good programmers use few comments, write simple clear code that doesn't require explaining, and leave comments about why something was done rather than simply trying to explain what the code does. Code never lies, comments often do; don't trust comments that explain the code. |
|