Python complaints

Mikael Olofsson mikael at isy.liu.se
Wed Nov 24 05:32:21 EST 1999


On 24-Nov-99 Thomas Hamelryck wrote:
 >  Block delimitation by indenting. This makes python look like a porsche with
 >  a caravan attached :-). As far as I know, most python users even seem to
 >  like this for some reason.

I am one of those who appreciates this. My reason is the following:

I prefer to write readable, understandable code. To me, that means 
(among other things) indenting blocks. Hence, I already indent blocks
in every programming language, if the language allows me to. So, block 
delimiters like begin...end or {} are simply redundant to me. AFAIK, I
have not yet stumbled over a programming language that doesn't allow me 
to indent, and I would certainly avoid such a language. Block delimiting 
by indenting is actually a strong reason for me to use python. 

Someone once said: "Real programmers don't comment their code. If it was
hard to write, it should be hard to read."

I-guess-I'm-not-a-real-programmer-ly y'rs

/Mikael

-----------------------------------------------------------------------
E-Mail:  Mikael Olofsson <mikael at isy.liu.se>
WWW:     http://www.dtr.isy.liu.se/dtr/staff/mikael
Phone:   +46 - (0)13 - 28 1343
Telefax: +46 - (0)13 - 28 1339
Date:    24-Nov-99
Time:    11:15:28

This message was sent by XF-Mail.
-----------------------------------------------------------------------




More information about the Python-list mailing list