|
|
|
|
|
by YorkianTones
2730 days ago
|
|
This. Documentation (comment blocks in code, as well as all other forms of documentation) tends to become outdated because it is not maintained in sync with every code change. Solution: write clear, simple, modular code that is self-documenting and does not need extensive commenting. |
|