camelCase

Dictionary, Other

Difficulty: Easy (Learn More)

camelCase or camel case is a naming convention often used by software developers. camelCase capitalizes each word except the first. It is used in programming languages where words are often concatenated, making them hard to read. camelCase allows the term to be read easier.

It is important to distinguish the difference between camelCase and PascalCase, PascalCase capitalizes every word including the first, while camelCase does not capitalize the first.

One major programming language where camelCase is used is in JavaScript. Javascript coding conventions state that variables and functions should be spelled out in camelCase.

camelCase is occasionally used in branding as well. Most popularly, Apple is known to use camelCase for the branding of its products and operating systems. Some examples include iPhone, iPad, and macOS.

This Article Was Last Updated: July 25, 2020 @ 7:43 am
ID: 327
Loading

Categories