Coding standard: Prefixing variables to indicate datatype

Aahz aahz at pythoncraft.com
Sat Jan 18 20:20:24 EST 2003


In article <3E28D273.13497D3E at alcyone.com>,
Erik Max Francis  <max at alcyone.com> wrote:
>
>Furthermore, it's inherently a string-based operation, therefore the
>method should go on the string.  I personally find ','.join(S) extremely
>inuitive and readable.

That's presuming that there should be a method at all, which is where I
and others disagree.  And while I agree that ','.join(S) is intuitive
and readable, that is no exclusion to calling it ugly, too.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"I used to have a .sig but I found it impossible to please everyone..."  --SFJ




More information about the Python-list mailing list