推荐几本提高代码质量的书籍
时间: 2023-10-07 13:04:41 浏览: 184
编写高质量代码改善C#程序的建议读书笔记
1. 《代码整洁之道》(Clean Code) by Robert C. Martin
2. 《重构:改善既有代码的设计》(Refactoring: Improving the Design of Existing Code) by Martin Fowler
3. 《代码大全》(Code Complete) by Steve McConnell
4. 《程序员修炼之道》(The Pragmatic Programmer) by Andrew Hunt and David Thomas
5. 《敏捷软件开发:原则、模式与实践》(Agile Software Development: Principles, Patterns, and Practices) by Robert C. Martin
6. 《测试驱动开发:实战技术》(Test-Driven Development: By Example) by Kent Beck
7. 《代码整洁之美》(Clean Code in Practice) by Jordan Hudgens
8. 《领域驱动设计:软件核心复杂性应对之道》(Domain-Driven Design: Tackling Complexity in the Heart of Software) by Eric Evans.
阅读全文