On Wed, Nov 08, 2017 at 08:52:03PM +0000, ron
minnich wrote:
So, 80 column folks, would you find this
a(b,
c,
d)
more readable than
a(b,c,d)
yeah, I do. I work on thinkpad x220 sized machines which are just big enough
for two 80 column windows with a little left over. When I'm checking in code,
reviewing code, debugging code, I frequently want to see two versions of the
same file side by side. If you code wider than 80 columns it greatly reduces
the speed at which you can figure out what happened.
The thing that sort of vexes me about these arguments is that the
number 80 is so arbitrary.