Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.45 KB

Code Style Guide

Our project is based on the airbnb and TypeScript style guide project fork to adapt the specification for the Dtstack Frontend Team. Compared to the original, it integrates the Dtstack Frontend Team specification, adds the latest JS and React features, and unit testing. We plan to sort out a set of corresponding link rules according to the specifications in the future and integrate them into our projects for actual production and development.

Code Style guide directory

Why do need a code style guide

Because software is often written by different people throughout its life cycle. If everyone follows the specification, everyone's code style will be consistent.

What can a code style guide do?

  • Disciplined code promotes teamwork
  • Regular code can reduce bug handling
  • Regular code can reduce maintenance costs
  • Normative code facilitates code review
  • Getting into the habit of code specification helps programmers grow

Thank you

Thanks for helping us as we sort through the code specification: