PEP8 and 4 spaces

Toby Shepard tshepard at rcsreg.com
Thu Jul 3 16:21:51 EDT 2014


On 07/03/2014 12:44 PM, Simon Ward wrote:
>
>
> On 3 July 2014 18:31:04 BST, Tobiah <tshepard at rcsreg.com> wrote:
>> Coworker takes PEP8 as gospel and uses 4 spaces to indent.  I
>> prefer tabs.  Boss want's us to unify.
>
> This isn't worth arguing about.

How point of view changes things.

>
>> Anyway, I gave up the 80 char line length long ago, having little
>> feeling for some dolt on a Weiss terminal that for some reason
>> needs to edit my code.
>
> Putting the code factoring considerations aside, because others have
> already mentioned them and I'm sure others will, there are some other
> practical reasons for limiting line width:

All that is fine, and makes great sense.  I generally write short lines.
I know the tricks for splitting otherwise long lines into multiple readable
lines.  I'm not advocating that we use semicolons and always go past 80
characters.  I'm just saying that once in a while it makes sense to me
to do it, and I don't lose sleep when it happens.
  
>> I feel rather the same about the spaces and tabs, given that most
>> people seem to be using editors these days that are configurable to
>> show tabs a four characters.
>
> Conversely, those same editors can probably automatically indent and
> unindent a configurable amount of spaces. If you don't use such an
> editor, and you really can't tolerate the different style, you can
> use another tool to reindent your code.

It works both ways.  I'm using Vim, and it will handle the spaces
and give a tab-like experience - not quite as good, but good enough
to live with.  Either of us could give in.  The boss likes tabs,
as I do.  The coworker really only has PEP8 to point to.  There is
really nothing good about the space way, other than as I said, Notepad
users will see four space indents.  Most other users can configure the tabstop
as they like *if* tabs are being used.  The Notepad users will get by just fine.

It could fall either way.  I was just trying to nudge it toward mine.

Tobiah




More information about the Python-list mailing list