CamelCase: Difference between revisions

added text
(added text)
 
Line 2:
[[Self-Demonstrating Article|aWord with embeddedCapitalisedLetters, like theHumps onTheBack of aCamel. theMainWay toMake]] [[Wiki Word|aWikiWord.]] (Not that you need to on All The Tropes...)
 
The first letter may or may not be capitalized depending on the context. Strictly speaking, true CamelCase with the first letter capitalized is called "BiCapitalization"; "true" camelCase is also called "lowerCamelCase".
 
May overlap with [[Portmanteau Couple Name]], [[Portmantitle]].
Line 11:
* Used by corporations to string together two or more common nouns in a way that can be [[trademark]]ed.
 
== NewMediaNew Media ==
* Used for [[Twitter]] hashtags containing multiple words (e.g. <nowiki>#AllTheTropes</nowiki>).
 
== RealLifeReal Life ==
* Also used in programming as one style for defining multi-word variables.
** This is actually useful so you can give a succinct idea of what said variable is supposed to do, instead of having to write lengthy comments about them in the function they're being used in.