|
|
|
|
|
by chuckm
6379 days ago
|
|
I disagree. I think comments are often overused but I'm not convinced that code and tests are expressive enough to always convey why functionality exists. For example, sometimes limitations in third party dependencies force you into adding additional code that might look out of place or redundant. In cases like this it can be hard to capture why this code was introduced without using a comment. |
|