|
|
|
|
|
by dahvyd
5050 days ago
|
|
The problem with comments is that they decay into irrelevance and worse, lies (that chapter of Clean Code will live with me forever). You can't write a unit test to ensure comment correctness, but you can for code correctness. Hence the code is the only reliable source of the truth. |
|
Imagine that.