gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnue-dev] geasList.py: class name -> table name


From: Derek Neighbors
Subject: Re: [Gnue-dev] geasList.py: class name -> table name
Date: Mon, 13 May 2002 20:37:31 -0700

> We had somewhat decided to have the concept of not-nested modules (=
> namespaces). In GEAS (v1), modules were separated from the class name
> by a :: (which is actually horrible IMHO, because in C++ :: is used to
> separate the class name from the member name).
> 
> I could imagine very well to use a dot to separate the module name
> from the class name, or another special character.
> 
> I think we should in any case use the "::" to separate the class name
> from the field/method name.

I think we should use dot notation.  class.method opposed to
class::method.

-derek



reply via email to

[Prev in Thread] Current Thread [Next in Thread]