indentation

Emile van Sebille emile at fenx.com
Fri Dec 3 22:45:32 EST 1999


I like Python's indentation...

but I also recently got pulled back into a postscript project I did 10
years ago and someone had *cleaned* up the code with indentation!  I
actually found it harder to follow (than my
continue-as-one-line-to-emulate-the-stack((lack-of))style).  It just
felt as if the whitespace got in the way of what was happening.  Things
like, why break there? etc, crept into my thoughts and then I could
start again...

consider-
    if-tim-
        signed-off-like-
    this-
        all-the-
    time-ly yr's

--

Emile van Sebille
emile at fenx.com
-------------------


Thomas Hamelryck <thamelry at vub.ac.be> wrote in message
news:829da5$s4d$2 at mach.vub.ac.be...
> Fred L. Drake, Jr. (fdrake at acm.org) wrote:
> : Gerrit Holl writes:
> :  > As i said: people who start with Python as a first language like
it.
> :   There are those of us who started with x86 assembly and BASIC who
> : like it too!  (And Pascal, and C, and C++, and... hey, how many
places
> : can one person start in, anyway? ;)
>
> As far as I can tell it's certainly not only the novices who like the
use
> of indentation. Some pretty experienced programmers are very much in
favor
> of indentation as well. I guess it's just not my thing.
>
> --
> Cheers,
>
> ------------------------------------------------
> Thomas Hamelryck//Free University Brussels (VUB)
> Intitute for Molecular Biology// ULTR Department
> Paardestraat 65//1640 Sint-Gensius-Rode//Belgium
> ------------------------------------------------
>
> --
> http://www.python.org/mailman/listinfo/python-list
>
>







More information about the Python-list mailing list