camelCase

Indices : Terminology : Camel Case

Camel case, or camelCase refers to formatting commonly used in some programming languages to create functions or name classes of objects.

Camel case most often manifests itself as a conjunction of two words (with no space in between) where only the second word gets capitalized, as in objectMarker or contentBucket.

Camel case should not be confused with an intercap.