[Next] [Prev] [Up] [Top]

5.0 Naming

Use mixed case for identifiers (R)


All identifiers should use mixed case in lieu of underscores. Each following subword of the identifier should be capitalized. The use of underscores in identifier names is discouraged.

Examples:

int maxRowCount; // good

int max_row_count; // bad


No Title
[Next] [Prev] [Up] [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.