Python Rocks!

Justin Sheehy dworkin at ccs.neu.edu
Wed Jan 19 09:47:36 EST 2000


Sposhua <sposhua at my.pc> writes:

> > > ! - whats wrong with tabs?
> > 
> > They don't look the same in every editor, or with each individual's
> > tab-width settings.
> 
> !? If you use ONLY tabs and not mix it with spaces (who the heck
> wants to jit the space bar 4 times when U can hit tab once?) surely
> all will be well, or have I missed something...?

Yes, you missed the possibility of someone else editing your code.
All of the silliness about tabs vs. spaces only comes up at all when
more than one person uses the same source file.

Also, I _never_ hit the space bar four times to insert a level of
indentation.  I hit the tab key, once.  My editor does an excellent
job of inserting the appropriate number of spaces.

-Justin

 




More information about the Python-list mailing list