Abstract:

  1. Software quality is not only dependent on architecture and project management, but also closely related to code quality.
  2. Code quality is proportional to its cleanliness. Clean code, both in quality is more reliable, but also for the later maintenance, upgrade laid a good foundation.

The column will be interpreted according to the following table of contents:

  1. Clean code
  2. Meaningful naming
  3. function
  4. annotation
  5. format
  6. Objects and data structures
  7. Error handling
  8. The border
  9. Unit testing
  10. class
  11. system
  12. Telescope,
  13. Concurrent programming
  14. Gradually improve
  15. JUnit insider
  16. Refactoring SerialDate
  17. Taste and Inspiration

Writing notes: Keep reading every detail and keep the front-end code simple.

This article is based on Code Cleanliness by Robert C. Martin, translated by Han Lei.

Zhejiang Dahua Technology Co., Ltd.- Soft research – Smart City Product R&D Department Recruiting senior front end, welcome to contact, interested can send resume to [email protected], long-term effective


Next: Clean Code