随笔分类 - DDD
摘要:写在前面 Martin Fowler在《企业应用架构模式》一书中写道: 初略翻译过来可以理解为:业务逻辑是很没有逻辑的逻辑。 的确,很多时候软件的业务逻辑是无法通过推理而得到的,有时甚至是被臆想出来的。这样的结果使得原本已经很复杂的业务变得更加复杂而难以理解。而在具体编码实现时,除了应付业务上的复杂
阅读全文
摘要:As a developer, you may think that your job is to write code. However, Software development is not a product pipeline. If all developers just simply a
阅读全文
摘要:2004年Eric Evans 发表Domain Driven Design –Tackling Complexity in the Heart of Software.领域驱动设计 软件核心复杂性应对之道。通过标题很容易找到一些标签: 领域,核心,复杂性 。 领域 领域,维基百科给出的解释是:指某
阅读全文