Tabs -vs- Spaces: Tabs should have won.

Tim Roberts timr at probo.com
Tue Jul 19 01:36:41 EDT 2011


Andrew Berg <bahamutzero8825 at gmail.com> wrote:
>
>> I'm not saying it's wise
>
>Why not?

It just makes it more difficult to follow the pattern when you add new
code.  If you have an editor mnaging that for you, then you might as well
have the editor go all tabs or all spaces to avoid trouble.

Vi and friends with ts=8 and sw=4 will use 4 spaces, then tab, then tab
plus 4 spaces, then two tabs, etc.  That's recognizable, but I still
convert such a file to all spaces when I find one.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list