|
|
CamelCase
A methodology for naming objects. (See Naming Conventions) A widely used technique that uses no spaces in object names. The first letter of every word is capitalized, while the rest of the word is in lowercase. Examples:
The advantage of using CamelCase consistently is that without spaces, no bracketing is required in SQL and many VBA syntax and other errors are avoided.
|
| This page was last modified 11:51, 23 January 2012. This page has been accessed 1,508 times. Disclaimers |