|
|
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 03:32, 9 March 2010. This page has been accessed 361 times. Disclaimers |