| Component | Convention |
|---|---|
| HTML Classes | block__element--modifer (Reference : BEM) |
| HTML IDs | lowercase_words_separated_by_underscores |
| TypeScript cLass attributes | lowercase_words_separated_by_underscores |
| TypeScript class methods | camelCase() |
| Global constants | UPPERCASE_WORDS_SEPARATED_BY_UNDERSCORES |
| Routes | lowercase-words/separated-by/hyphens |
Created
May 31, 2021 13:22
-
-
Save owrrpon/a678d0d341a8101d6e4c9fadb92f738a to your computer and use it in GitHub Desktop.
naming conventions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment