Why so few Python jobs?

Peter Hansen peter at engcorp.com
Tue Sep 25 00:08:37 EDT 2001


Tim Hammerquist wrote:
>
> A good argument.  One of my favorite things about Python is that I never
> run the risk of having to maintain code like this:
> 
> sub myfunc {
> do_stuff();
> do_some_more_stuff();
> $screw = with @some_variables;
> for $item (@some_variables){
> do_stuff();
> and_some_more(); }
> do_a_bit_more();
> blah;
> }

What's so bad about this?!

It's just indentation with a tabsize of zero... ;-)

-is-that-really-<shudder>-perl?-ly yr's,

----------------------
Peter Hansen, P.Eng.
peter at engcorp.com



More information about the Python-list mailing list