Larry Wall's comment on python...
jepler at unpythonic.net
jepler at unpythonic.net
Sat Sep 7 11:23:00 EDT 2002
On Sat, Sep 07, 2002 at 04:46:07PM +0200, Thorsten Kampe wrote:
> #||<--- LOOK HERE, LARRY, THIS IS WHERE THE FUNCTION _*BEGINS*_!
> def fun(args):
> #||<--- LOOK HERE, LARRY, THIS IS WHERE THE IF-CLAUSE _*BEGINS*_!
> if ceci or cela:
> do_this(with_that)
> [snip a lot of code]
> #||<--- LOOK HERE, LARRY, THIS IS WHERE THE IF-CLAUSE _*ENDS*_!
> #||<--- LOOK HERE, LARRY, THIS IS WHERE THE FUNCTION _*ENDS*_!
But my name's not Larry....! Why don't you write code that's readable by
*me*?
Jeff
More information about the Python-list
mailing list