|
|
|
|
|
by h2s
4537 days ago
|
|
Never write comments that re-state the implementation. # Try to read the configuration file.
If this wasn't already obvious without the comment, then the code is a mess. Tidy the code up instead of painting over the problem with comments. |
|