camelCase
Appearance
English
[edit]Noun
[edit]camelCase (uncountable)
- Alternative spelling of camel case
- 2003, Rob Birdwell [et al.], “Introduction to Objects”, in Beginning ASP.NET 1.0 with C#, Wrox Programmer to Programmer, Wiley Publishing, →ISBN, page 298:
- It's common practice to name private members in camelCase, that is with an initial lower case letter and a capital for the start of each word.
- 2023, Jenny Gibson Bond, “Variables and Components”, in Mark Taub, editor, Introduction to Game Design, Prototyping, and Development, 3rd edition, Boston, Mass.: Addison-Wesley, →ISBN, part II (Programming C# in Unity):
- CamelCase is a common way of writing variable names in programming. It allows the programmer or someone reading their code to easily parse long variable names. […] The key feature of camelCase is that it allows multiple words to be combined into one with a medial capital letter at the beginning of each original word. It is named camelCase because it looks a bit like the humps on a camel's back.