1. Add code readability-------annotations, semantic words tags
2. Improve code reusability-------maintenance of public and private components
Design common components need to consider to keep the interface flexible, and highly modular, multiple reuse is not allowed to be easily modified, there is someone to maintain the necessary specification API documentation and demo demo, this is the test ability and experience of the work.
3. Reduce redundancy and streamline code as much as possible
JS, jquery put all the components in a file, through as far as possible to streamline the code and excellent algorithm, "load and easy to use" while moving to "thin", and Yui will be formed by function into a different file, in the page only load the relevant files according to the requirements. This load-on-demand loader approach is user-friendly, "streamlined" while moving closer to "load and ease of use"
4. AX------Pre-conception is important
The main contents of the conception are: norm formulation, design of common components and technical scheme of complex function.
5. Team Communication
High-quality code writing