camel case

From Wiktionary, the free dictionary
Jump to navigation Jump to search
See also: camelcase, camelCase, and CamelCase

English

[edit]
English Wikipedia has an article on:
Wikipedia
Examples

Alternative forms

[edit]

Etymology

[edit]

From camel +‎ case, from the appearance of the humps of a camel.

Noun

[edit]

camel case (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.
    Hyponyms: UpperCamelCase, lowerCamelCase
    Coordinate terms: ALL CAPS, AlTeRnaTinG cApS, Initial Caps, Upstyle, Headline Style, Title Case, Sentence case, downstyle, lowercase

Usage notes

[edit]

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

Derived terms

[edit]
[edit]

Translations

[edit]

See also

[edit]