书籍 Clean Architecture的封面

Clean Architecture

Robert C. Martin

出版社

Prentice Hall

出版时间

2017-09-19

ISBN

9780134494166

评分

★★★★★
书籍介绍

Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”)

By applying universal rules of software architecture, you can dramatically improve developer productivity throughout the life of any software system. Now, building upon the success of his best-selling books Clean Code and The Clean Coder, legendary software craftsman Robert C. Martin (“Uncle Bob”) reveals those rules and helps you apply them.

Martin’s Clean Architecture doesn’t merely present options. Drawing on over a half-century of experience in software environments of every imaginable type, Martin tells you what choices to make and why they are critical to your success. As you’ve come to expect from Uncle Bob, this book is packed with direct, no-nonsense solutions for the real challenges you’ll face—the ones that will make or break your projects.

Learn what software architects need to achieve—and core disciplines and practices for achieving it

Master essential software design principles for addressing function, component separation, and data management

See how programming paradigms impose discipline by restricting what developers can do

Understand what’s critically important and what’s merely a “detail”

Implement optimal, high-level structures for web, database, thick-client, console, and embedded applications

Define appropriate boundaries and layers, and organize components and services

See why designs and architectures go wrong, and how to prevent (or fix) these failures

Clean Architecture is essential reading for every current or aspiring software architect, systems analyst, system designer, and software manager—and for every programmer who must execute someone else’s designs.

Register your product at informit.com/register for convenient access to downloads, updates, and/or corrections as they become available.

Robert C. Martin,Object Mentor公司总裁,面向对象设计、模式、UML、敏捷方法学和极限编程领域的资深顾问。他是Designing Object-Oriented C++ Applications Using the Booch Method 以及 Jolt 获奖图书 Agile Software Development, Principles,Palterns,and Practices(中译版《敏捷软件开发:原则、模式与实践》)《代码整洁之道》等畅销书作者。

译者简介

孙宇聪:曾在谷歌工作多年,任谷歌高级SRE(Senior Site Reliblity Engineer),前Coding.net 技术负责人。

目录
Foreword xv
Preface xix
Acknowledgments xxiii
About the Author xxv

显示全部
用户评论
第一本完整读完的 Uncle Bob 的书,思路很清晰,但通篇读下来似乎最重要的还是对依赖的控制。
一定要有工程经验后再来读软件工程相关的书,不然会觉得都是些很教条枯燥的东西。但是亲身参与过项目开发后再来读,会发现很多都是血泪教训。虽然还未能完全体会精髓,但是已经可以初步体会到一些设计模式的意义了。
Dependency Inversion Principal 划重点
Clean Architecture的图是很简单,但是得到这张图以及应用这张图就很难了。Draw boundary这种事情需要人有足够的经验的才行,否则画不好就悲剧了。Clean Architecture有点像高内聚低耦合,domain为内,infrastructure为外。
电子书;网盘;架构与设计;
系统地学习了 clean architecture很有必要。终于弄清楚了啥是 business logic。
看了一个半月你总算看完了,确实启发很大
高屋建瓴。
1. don't depend on what you don't need 2. depend on abstraction,not concrete implemention 3. low-level details depend on high-level policies
interface yyds