On Mon, Jun 19, 2006 at 06:02:52PM +0200, Lars Gullik Bjønnes wrote: > Perhaps the wrong heading but... from development/Code_rules/Rules: > > * Naming rules for classes > > - Use descriptive but simple and short names. For stuff specific to > LyX > use LyX as prefix. Some modules, like mathed or spellchecker, > could have > other prefixes. > [I am not so sure about the LyX prefix]
We should drop that LyX prefix. > - Class names are usually capitalized, and function names > lowercased. > Enums are named like Classes, values are usually in lower-case. > > - Long variables are named like thisLongVariableName. > > New types are capitalized, so this goes for typedefs, classes, > structs and enums. > > Sure this needs a brush-up, And a reality check. > but the gist is there. Andre'