Common Uppercase/lowercase Naming Conventions

Name Example Detail
Snake this_is_a_test All lower case with underscores
Screaming snake THIS_IS_A_TEST All uppercase with underscores (aka constant)
Kebab this-is-a-test All lower case with hyphens
Pascal ThisIsATest First letter of every word capitalized, spaces removed
Camel thisIsATest First letter of words 2-end capitalized, spaces removed
Initial Caps This Is A Test First letter of every word capitalized, spaces kept
Sentence This is a test First letter of first word capitalized, spaces kept
Title This Is a Test Initial caps for nouns and verbs and …
Upper THIS IS A TEST Every letter uppercase
Lower this is a test Every letter lowercase

RSS feedSubscribe