Anybody use variables/names longer than 31 characters?

Bill Walker bwalker at earth1.net
Sun May 27 10:14:41 EDT 2001


I use short names when I'm typing (because I am a slow typist) like
'UglyBit'
or even shorter. Then, after the program is debugged and working, I'll use
the editor to search and replace with variable names that are better for
final  documentation. That way, you can have the best of both sides of the
argument: short names for programming speed and long names for
documentation.


"Laura Creighton" <lac at cd.chalmers.se> wrote in message
news:mailman.990867760.26978.python-list at python.org...
> like:
> UglyBitmapMaskBecauseSignExtensionIsBroken
> Laura
>





More information about the Python-list mailing list