Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 428 Bytes

STYLE.md

File metadata and controls

8 lines (6 loc) · 428 Bytes

This repo is formatted using prettier (see the .prettierrc file for more details).

Coding principles that I adhere to are:

  1. no duplicated code (most important)
  2. each component/file should be small, easy to understand, and separated from other components.
  3. the server should catch all exceptions and return an error
  4. scss should be in BEM style (although the class naming scheme is blockName-elementName--modifierName)