|
|
|
|
|
by gundmc
2133 days ago
|
|
IMHO, comments should never describe what the code does. We're engineers, we can all read code and see what it does (or refer to the Javadoc). Comments should be used to describe WHY the author is doing something non-obvious in the code. |
|