Camel case is a text formatting convention in which words are concatenated and all letters are lowercase, except for the first letter of a new word.
For example, should I want to name a variable for a list of keywords, proper use of camel case formatting might name that variable `listOfKeywords`.
A common usage of camel case formating is when naming [[00 - Python Map | Python]] classes.
---
#### Related
#programming #formatting
- [[Snake Case]]