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.
Because software is often written by different people throughout its life cycle. If everyone follows the specification, everyone's code style will be consistent.
- 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
Thanks for helping us as we sort through the code specification: