Last active
February 9, 2023 12:20
-
-
Save michitheonlyone/6f4afea7689a9ca1eaf31bd43821d197 to your computer and use it in GitHub Desktop.
Snake Case, Pascal Case, Camel Case, Kebab Case and other Case Types for programming
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
camelCase | |
PascalCase | |
snake_case | |
UPPER_SNAKE_CASE | |
kebab-case (dash-case) | |
UPPER-KEBAB-CASE | |
dot.case | |
UPPER.DOT.CASE | |
unicorncase | |
UPPERUNICORNCASE (TROLLCASE) | |
Train-Case | |
Kobra_Case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment