Long names are doom ?

Nick Perkins nperkins7 at home.com
Sat May 26 01:39:55 EDT 2001


ThereMustBeABetterWayThanThis
this_is_more_readable_but_harder_to_type
thisistheworstofbothworlds

hmm..
what if you wanted to name, say, a function
with a string so that you could include spaces?


fn={}

def f():
    blah..
    blah..
fn['my special function']=f
...
# call function
fn['my special function']()



...just a silly idea.
ok, i'll go to bed now.






More information about the Python-list mailing list