PascalCase

Dictionary, Other

Difficulty: Very Easy (Learn More)

PascalCase or pascal case, is a naming convention often used by software developers. PascalCase capitalizes each word. Often used within programming languages where words are often forced to be concatenated, PascalCase allows words to be distinguished easier.

It is important to distinguish the difference between PascalCase and camelCase. They are largely the same, but camelCase capitalizes all words except the first, unlike PascalCase which capitalize all words, including the first.

PascalCase is occasionally used in branding. One notable example is JavaScript. While the programming language itself uses camelCase, it uses PascalCase for its brand name.

This Article Was Last Updated: August 4, 2020 @ 7:44 am
ID: 333
Loading

Categories