|
|
|
|
|
by red75prime
2012 days ago
|
|
Short code may seem unclear, but it does do exactly the same thing as longer code (if written correctly). It's exact opposite of natural language, where short sentences heavily rely on context and supposedly shared knowledge to beget correct understanding. And as such short sentences are prone to misinterpretation. A program can also be seen as an awkward natural language, conveying programmer's intention to other programmers, of course. But it's a different modality of the code. |
|
Exactly. That's why laws or contracts written by lawyers are so verbose. Think of a rent contract or a software license like GPL.
Contrast with WTFPL and similar...