|
|
|
|
|
by nicoburns
1996 days ago
|
|
I think there's a bit of a trade-off here. Shorter lines are indeed easier to read. But they are harder to not read (i.e. if you want to skim over content to find interesting ones). The official HN site makes it really easy to skim down to find the next top-level thread for example. There's the same trade-off with code line length. Shorter lines are easier to read, but they make understanding the overall structure of the file much more difficult. |
|
Being able to read individual comments with more clarity at the expense of the entire tree is definitely major trade off that the line-length research is not measuring.