I'm interested in the different kinds of identifier cases, and what people call them. Do you know of any additions to this list, or other alternative names?
flatcase
kebab-case
. Also called caterpillar-case
, dash-case
, hyphen-case
, lisp-case
, spinal-case
and css-case
camelCase
PascalCase
or CapitalCamelCase
snake_case
or c_case
MACRO_CASE
or UPPER_CASE
COBOL-CASE
or TRAIN-CASE