UtterAccess WikiUtterAccess Wiki

Welcome Guest ( Log In | Register )

Return to Article Edit Discussion
Menu
Toolbox

. What links here
. Related changes
. Upload file
. Special pages
. Printable version
. Permanent link

> 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:

  • FirstName
  • LastName
  • DateOfBirth

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.

Edit Discussion
This page was last modified 03:32, 9 March 2010.  This page has been accessed 361 times.  Disclaimers