Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 407 Bytes

File metadata and controls

16 lines (10 loc) · 407 Bytes

Coding

Feature structure

  • Can you split the feature in meaningful small modules?

Environment

  • Is your editor / IDE properly configured?
    • Is it watching to .editorconfig file?
    • Is it watching to the proper linters? (ESLint, JSHint, JSCS, etc)

Coding time

  • Am I conforming to the BEM syntax
  • Am I conforming to the coding guidelines described in the project?