CamelCase

From Wiktionary, the free dictionary
Archived revision by NadandoBot (talk | contribs) as of 19:13, 28 October 2018.
Jump to navigation Jump to search
See also: camelcase and camel case

English

Alternative forms

Etymology

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

Noun

Template:examples-right 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

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

Derived terms

Translations

See also

Further reading