Thank you for your support!  
UtterAccess HomeUtterAccess Wiki

Welcome Guest ( Log In | Register )

Edit Discussion
> CamelCase    

CamelCase
This page is a stub. Please help us by expanding or merging it with applicable content

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 11:51, 23 January 2012.  This page has been accessed 1,508 times.  Disclaimers