Naming conventions

Bruno Desthuilliers onurb at xiludom.gro
Wed Aug 30 04:26:23 EDT 2006


Ben Finney wrote:
> "glenn" <glenn at tangelosoftware.net> writes:
> 
>> Bruno Desthuilliers wrote:
>>> It might be better to use newstyle classes if you can. Also, the
>>> convention is to use CamelCase for classes names (unless you have
>>> a strong reason to do otherwise).
> 
> Note that this style is more correctly called TitleCase, since the
> first letter of *every* word is capitalised, like in a headline (or
> title). "camel case" is different -- see below.

Oops, sorry - my mistake.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list