Camel case
From Fresh Dictionary
[edit]
English
[edit]
Noun
camel case (uncountable{{#if:|, {{{2}}}{{#if:|, {{{3}}}{{#if:|, {{{4}}}{{#if:|, {{{5}}}{{#if:|, {{{6}}}{{#if:|, {{{7}}}{{#if:|, {{{8}}}{{#if:|, {{{9}}}}}}}}}}}}}}}}}}})
- (computing{{#if:|, {{{2}}}{{#if:|, {{{3}}}{{#if:|, {{{4}}}{{#if:|, {{{5}}}{{#if:|, {{{6}}}{{#if:|, {{{7}}}{{#if:|, {{{8}}}{{#if:|, {{{9}}}}}}}}}}}}}}}}}}}) A method of naming a variable made up of more than one word, in which the first letter of each word is capitalised and the component words are concatenated without any additional characters between them, such as "MyVariableName" (as opposed to other conventions such as "myvariablename" or "my_variable_name").
[edit]