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

Robin Becker robin at jessikat.demon.co.uk
Sat Jun 3 08:39:25 EDT 2000


In article <Pine.GSO.4.10.10006031335390.17165-100000 at sundial>, Moshe
Zadka <moshez at math.huji.ac.il> writes
>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
>
>

not to me. I still prefer c = C(), for f in F etc
-- 
Robin Becker



More information about the Python-list mailing list