Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 496 Bytes

contribution.md

File metadata and controls

22 lines (14 loc) · 496 Bytes

Contribution

Conventions

Naming

  • 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 of handleClick

File System

use_lower/snake_case.md for file and folder names.

URLs

  1. If URL is to be SEO friendly (client), use: https://sub-domain.domain.com/use-lower/kebab-case/for-seo-urls
  2. All other URLs should be in format: /api/use_lower/snake_case