Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51528
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: PEP8 79 char max |
| Date | 2013-07-29 19:56 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <51F6C5F5.5020201@Gmail.com> <kt6l70$6q4$1@ger.gmane.org> <CANc-5UwuE2w7d9NHaaWDwYeLtE6aSQrGXoTMx4k9xYxa6T6UfA@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5293.1375142195.3114.python-list@python.org> (permalink) |
On Mon, 29 Jul 2013 16:18:45 -0500, Skip Montanaro <skip@pobox.com>
declaimed the following:
>
>Just for grins, I grabbed a non-computer book, Atul Gawande's
>"Checklist Manifesto," from the pile on my desk and counted the number
>of characters in a full-width line. 70. Then I grabbed my copy of
>"Mastering Regular Expressions" and counted the number of characters
>in a full-width line of text which also included a few special
>characters. 80.
>
>I think the history of printing offers a good gauge for the useful
>limits to line length. After all, print publishers have been at this
>for more than a few years.
>
Though print industry, as I recall, went by the concept of a line being
2 to 3 "alphabets" wide (depending upon font). So: 52-78...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PEP8 79 char max Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-29 19:56 -0400
csiph-web