mixed solution: unicase (unique allowed case) (was: Re: Case-sensitivity: )

Moshe Zadka moshez at math.huji.ac.il
Sat Jun 3 06:37:21 EDT 2000


On 2 Jun 2000, Florian Weimer wrote:

> There's the convention to use "Foo" for classes and "foo" for
> instances.  I don't think people want to give up that.

OK, I've heard this one once too many times. 

What's wrong with:

>>> class Foo:
...     pass
... 
>>> aFoo = Foo()

Certainly much clearer?
--
Moshe Zadka <moshez at math.huji.ac.il>
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com





More information about the Python-list mailing list