-
Use Singular nouns for single object, value or table.
-
Use Plural for lists of objects or values.
-
Be declarative in function/method names
createUser
instead ofhandleClick
use_lower/snake_case.md
for file and folder names.
- If URL is to be SEO friendly (client), use:
https://sub-domain.domain.com/use-lower/kebab-case/for-seo-urls
- All other URLs should be in format:
/api/use_lower/snake_case