Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51491
| Subject | Re: PEP8 79 char max |
|---|---|
| From | Ed Leafe <ed@leafe.com> |
| Date | 2013-07-29 15:18 -0500 |
| References | <51F6C5F5.5020201@Gmail.com> <CAPM-O+y++Q499zgYBGxTdPhLX9D_CfOwHnRTTo+ncQrPVFpD7g@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5266.1375129541.3114.python-list@python.org> (permalink) |
On Jul 29, 2013, at 3:08 PM, Joel Goldstick <joel.goldstick@gmail.com> wrote: >> Would following >> this recommendation improve script performance? > > Not performance, but human readability IMO, this isn't always the case. There are many lines of code that are broken up to meet the 79 character limit, and as a result become much less readable. -- Ed Leafe
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: PEP8 79 char max Ed Leafe <ed@leafe.com> - 2013-07-29 15:18 -0500
Re: PEP8 79 char max Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-29 21:34 +0000
Re: PEP8 79 char max Joshua Landau <joshua@landau.ws> - 2013-07-29 23:24 +0100
csiph-web