This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, gvanrossum, lemburg, michael.foord, ncoghlan, rhettinger, serhiy.storchaka, terry.reedy
Date 2013-07-29.21:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130729173031.2be4d5d5@anarchist>
In-reply-to <1374987581.31.0.434083488803.issue18472@psf.upfronthosting.co.za>
Content
On Jul 28, 2013, at 04:59 AM, Raymond Hettinger wrote:

>- Regarding line length, I think it is reasonable to mention that many
>organizations are settling on 100 as a compromise.  On newer laptops you
>can still fit two terminal windows (with a reasonable font size) side by
>side
>
>+1 I've seen too many atrocities committed by people trying to scrunch code
>into 80 columns (weird line splits, over-abbreviated variable names, etc).

That's unfortunately.  "Weird" is almost never needed.  Long lines are a code
smell IMHO.
History
Date User Action Args
2013-07-29 21:30:33barrysetrecipients: + barry, lemburg, gvanrossum, rhettinger, terry.reedy, ncoghlan, michael.foord, serhiy.storchaka
2013-07-29 21:30:33barrylinkissue18472 messages
2013-07-29 21:30:33barrycreate