Definitions
Casing
In some instances, we will refer to various types of common case notations for naming. These are the terms we are using and what they mean:
camelCase— Each word after the first capitalized with no separationPascalCase— Each word capitalized with no separationSCREAMING_CAPS— All caps with underscores (_) separating wordssnake_case— All lower-case with underscores (_) separating wordsstrike-case— All lower-case with hyphens (-) separating words