|
|
|
|
|
by cratermoon
1756 days ago
|
|
I've forgotten who first wrote this, so I can't credit them, but there's a saying that if someone can't write clear, clean, and understandable code, why does anyone expect them to be able to write clear, clean, and understandable English (or whatever language)? It's quite a bit easier to write something the compiler or runtime can understand, there's no need for meaningful names, consistent structure, or conceptual coherence. As long as it builds and passes whatever tests, the computer will accept it. |
|
Isn't the answer to that obvious? The code is significantly constrained in form by having to be executable. The comments have no such restriction.