About the 79 character line recommendation

Olivier Langlois olanglois at quazal.com
Tue Dec 5 15:16:30 EST 2006


Hi,

There was a coding standard where I worked and the intention behind this
requirement was to make the code printer friendly. Printing code source
with lines longer than 80 chars greatly hinder readability on paper.

Greetings,
Olivier Langlois
http://www.olivierlanglois.net
> 
> I also think that limiting code to 80 columns often hinders
> readability. I personally try to limit my code to 100 columns. The end
> result is pretty nice.
> 
> However, I'm all for the "flat is better than nested" philosophy, even
> when nested is under 100 columns.
> 
> --
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list