we saw how clean code applies in the context of Java programming. If you follow the above principles and adhere to them, you will have a high-performance code that will optimize the application development process. Along with these clean code practices, use the principles DRY...
《代码整洁之道 程序员的职业素养》 - 豆瓣评分 8.8 《代码整洁之道 [Clean Code A Handbook of Agile Software Craftsmanship]》 - 豆瓣评分 8.6 《Spring实战(第4版)》 - 豆瓣评分 8.3 《代码不朽:编写可维护软件的10大要则(Java版)》 - 豆瓣评分 7 《Java代码与架构之完美优化 实战经典》 设计模式 《反...
《硅谷之谜:浪潮之巅 续集》 - 豆瓣评分 8.4 《原则 [Principles]》 - 豆瓣评分 8.4 《精益创业》 - 豆瓣评分 8.4 《态度:吴军博士新书》 - 豆瓣评分 8.1 《见识》 - 豆瓣评分 8.1 《极限创新 35岁之前改变世界的全球科技精英》 - 豆瓣评分 7.3 《大学的终结:泛在大学与高等教育革命》 - 豆瓣评分 7.2 ...
《代码整洁之道》和 《程序员的职业素养》 Robert.C Martin作品,英文名是很相近的《Clean Code》和《Clean Coder》,应该接替《代码大全2》成为必看系列,因为后者太厚了,而且也有不少过时的东西。 还有一本英文版的《Clean Architecture》,不过讲的是单体应用自身的架构。 《有效的单元测试》 讲代码可读性的书很多...
Writing clean code is what you must do in order to call yourself a professional. There is no reasonable excuse for doing anything less than your best. 编写干净的代码是您必须称呼自己为专业人士。 没有什么比做最好的事情合理的借口了。
《代码整洁之道 [Clean Code A Handbook of Agile Software Craftsmanship]》- 豆瓣评分 8.6 《Spring实战(第4版)》- 豆瓣评分 8.3 《代码不朽:编写可维护软件的10大要则(Java版)》- 豆瓣评分 7 《Java代码与架构之完美优化 实战经典》 设计模式 《反应式设计模式》- 豆瓣评分 9.3 ...
《代码整洁之道 [Clean Code A Handbook of Agile Software Craftsmanship]》 - 豆瓣评分 8.6 《Spring实战(第4版)》 - 豆瓣评分 8.3 《代码不朽:编写可维护软件的10大要则(Java版)》 - 豆瓣评分 7 《Java代码与架构之完美优化 实战经典》 设计模式 《反应式设计模式》 - 豆瓣评分 9.3 《O'Reilly:Head Fir...
This book discusses the basics of software quality, principles, patterns, and best practices of writing better code. It also contains many code examples in Java of increasing complexity. Among other things topics like software metrics, static software testing, and tools which can help to measure ...
《代码整洁之道 [Clean Code A Handbook of Agile Software Craftsmanship]》 - 豆瓣评分 8.6 《代码不朽:编写可维护软件的10大要则(Java版)》 - 豆瓣评分 7 《Java代码与架构之完美优化 实战经典》 设计模式 《设计模式之禅(第2版)》 - 豆瓣评分 8.7 《Head First 设计模式》 《设计模式 可复用面向对象...
《重构:改善既有代码的设计》(中文版)解释重构的原理(principles)和最佳实践方式(best practices),并指出何时何地你应该开始挖掘你的代码以求改善。《重构:改善既有代码的设计》(中文版)的核心是一份完整的重构名录(catalog of refactoring),其中每一项都介绍一种经过实证的代码变换手法(code transformation)的动机和...