|
|
|
|
|
by logicallee
4499 days ago
|
|
Most languages allow you to be quite concise. The best argument for 80 characters might be that it keeps you that way. A similar thing would happen if technical writing and scientific reports kept the average sentence to 12-15 word sentence averages and tried not to go over 25. Reading comprehension goes up: http://www.onlinegrammar.com.au/how-many-words-are-too-many-... It's very similar. Breaking one long sentence into two is the same as breaking nested if and loop statement into several lines, the first just assigning a boolean based on the test. Then the if test just tests the boolean. Reading comprehension goes WAY up. Look at the top response on this question: https://news.ycombinator.com/item?id=7289087 (the one with several short lines.) 100% comprehension. |
|