[Next] [Prev] [Top]

No Title

Naming


The following are some general naming conventions for all variable, function, and class names. The main advantage of following these is consistency, easing understanding of unfamiliar code. Note that there are different naming conventions between Unix and the PC.

5.1 - Use mixed case for identifiers (R)
5.2 - Do not use names differing only in case. (R)
5.3 - Do not use any leading underscores in the names of identifiers. (R)
5.4 - Choose meaningful, concise names (GL)

No Title
[Next] [Prev] [Top]

Generated with CERN WebMaker

This site was grabbed using the TRIAL version of Grab-a-Site. This message does not appear on a licensed copy of Grab-a-Site.