> MMBase Coding standards: > http://web.omroep.nl/mmbase/deprecation/coding> standards.html > When will we have a definitive coding standard? The one you proposed is still not the standard.
I do think that accessing inherited member variables could be done by accesing them directly, instead of accessing them though a method. Also what is the policy about constants? Do use capitals only for them? Furhtermore enumerations? Personally I like putting them in a separate class, so the range will be checked by the compiler (not the case when using int value's), and it is much clearer which value has to be used. (see ealier thread) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.419 / Virus Database: 235 - Release Date: 13-11-2002
