Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 805 Bytes

code-quality.md

File metadata and controls

13 lines (8 loc) · 805 Bytes

Code Quality

This code project must follow SOLID principles and keep high quality according to prerequisites defined by architecture.

To ensure the code quality we recommend read about the Vue.js Style Guide to writing your components and the JS Tests Style Guide to build your unit tests

We recommend reading the Atomic Design manual for good maintainability into project architecture

For the front-end development, be sure to follow those best practices:

  • Use Semantic Elements on your HTML
  • Follow the identation rule of editorconfig file
  • Do not use !important if you can specify the element