Re: Tab indentions on different platforms?
- From: Steven D'Aprano <steve@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Dec 2007 00:05:15 -0000
On Sun, 30 Dec 2007 20:41:09 +0000, Thorsten Kampe wrote:
Anyway: the consequence of your well done argumentation is that
someone editing Python code has to use a specialised editor to prevent
screwing up tab indented code - and that's bad.
You just need to use an editor that inserts tab characters when the tab
key is pressed, just like you use an editor that inserts s characters
when the s key is pressed. If people didn't insist on using spaces where
tabs are called for, there would be no problem, and you wouldn't need a
specialized editor to prevent screwing up space-indented code.
--
Steven
.
- Follow-Ups:
- Re: Tab indentions on different platforms?
- From: Thorsten Kampe
- Re: Tab indentions on different platforms?
- From: Ben Finney
- Re: Tab indentions on different platforms?
- References:
- Tab indentions on different platforms?
- From: xkenneth
- Re: Tab indentions on different platforms?
- From: Thorsten Kampe
- Re: Tab indentions on different platforms?
- From: Steven D'Aprano
- Re: Tab indentions on different platforms?
- From: Ben Finney
- Re: Tab indentions on different platforms?
- From: Thorsten Kampe
- Tab indentions on different platforms?
- Prev by Date: Re: Bizarre behavior with mutable default arguments
- Next by Date: Re: Fate of itertools.dropwhile() and itertools.takewhile()
- Previous by thread: Re: Tab indentions on different platforms?
- Next by thread: Re: Tab indentions on different platforms?
- Index(es):
Relevant Pages
|