摘要: GETTING DDD STARTED SURROUNDED BY LEGACY SYSTEMS ByEric Evans 阅读全文
posted @ 2018-12-29 18:45 PanPan003 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 相关链接: Separation of Concerns 原文 The Art of Separation of Concerns Introduction In software engineering, Separation of Concerns refers to the delineati 阅读全文
posted @ 2018-12-29 13:25 PanPan003 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: 原文 The Hollywood Principle states, “Don’t Call Us, We’ll Call You.” It’s closely related to the Dependency Inversion Principle, and illustrates a diff 阅读全文
posted @ 2018-12-29 13:10 PanPan003 阅读(320) 评论(0) 推荐(0) 编辑
摘要: Explicit Dependencies Principle The Explicit Dependencies Principle states: Methods and classes should explicitly require (typically through method pa 阅读全文
posted @ 2018-12-29 12:48 PanPan003 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 原文 The principle of Persistence Ignorance (PI) holds that classes modeling the business domain in a software application should not be impacted by how 阅读全文
posted @ 2018-12-29 12:17 PanPan003 阅读(414) 评论(0) 推荐(0) 编辑
摘要: MultipleCanonicalModels Scratch any large enterprise and you'll usually find some kind of group focused on enterprise-wide conceptual modeling. Most c 阅读全文
posted @ 2018-12-29 12:09 PanPan003 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 原文 BoundedContext Bounded Context is a central pattern in Domain-Driven Design. It is the focus of DDD's strategic design section which is all about d 阅读全文
posted @ 2018-12-29 11:28 PanPan003 阅读(787) 评论(0) 推荐(0) 编辑