CamelCase
CamelCase is used when no spaces or punctuation should appear in compound terms - e.g. in programming. Individual words start with a capital letter.
In the lowerCamelCase variant, the first word is written in lower case and all subsequent words are capitalized, e.g. "iPad" or the user name "paulSmith". In the ""UpperCamelCase"" convention, the first letter of the first word is also capitalized.