Comment on TinySSH is a small SSH server using NaCl, TweetNaClparentComments−geocar12ywhy put multiple statements on the same line if you have nothing to hide?Because it's more readable.Doyoutrulyfind havingonly a fewwords per linemorereadable?Doesit aidwithcomprehension?I find having a high word density to be the most "readable", and it doesn't seem to matter whether it's C or English.The TinySSH source code is small enough that I was able to read it in about 25 minutes and I learned about the SSH protocol along the way.−spb12yNote that,that being said,breaking a sentence across multiple linesdoes help with comprehensionwhen you break on clause boundaries.
Comments
Because it's more readable.
Do
you
truly
find having
only a few
words per line
more
readable?
Does
it aid
with
comprehension?
I find having a high word density to be the most "readable", and it doesn't seem to matter whether it's C or English.
The TinySSH source code is small enough that I was able to read it in about 25 minutes and I learned about the SSH protocol along the way.
Note that,
that being said,
breaking a sentence across multiple lines
does help with comprehension
when you break on clause boundaries.