CamelCase

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Alternative forms[edit]

Etymology[edit]

camel + case from the appearance of the humps of a camel.

Noun[edit]

Examples

CamelCase (uncountable)

  1. (typography, often used in programming) The style of writing by concatenating multiple component words (i.e. writing without any space between them), while capitalizing the first letter of each word, starting with the first or the second word.

Usage notes[edit]

CamelCase is often used as one of multiple conventions for names of variables in programming languages: compare "MyVariableName" (Pascal case, UpperCamelCase), "myvariablename" (lower case), "my_variable_name" (snake case), and "my-variable-name" (kebab case or dash case).

Hyponyms[edit]

Coordinate terms[edit]

Derived terms[edit]

Related terms[edit]

Translations[edit]

See also[edit]

Further reading[edit]