其他分享
首页 > 其他分享> > 2.3 Core Building Blocks 核心构建块

2.3 Core Building Blocks 核心构建块

作者:互联网

Core Building Blocks 核心构建块

DDD mostly focuses on the Domain & Application Layers and ignores the Presentation and Infrastructure. They are seen as details and the business layers should not depend on them.

DDD主要关注领域和应用层而忽略表现层和基础设施。它们被看作是细节,业务层不应该依赖于它们。

That doesn't mean the Presentation and Infrastructure layers are not important. They are very important. UI frameworks and database providers have their own rules and best practices that you need to know and apply. However these are not in the topics of DDD.

这并不意味着表现层和基础设施层不重要。它们是非常重要的。UI框架和数据提供者有他们自己的规则和最佳实践,你需要了解和应用。然而,这些并不在DDD的考虑范畴。

This section introduces the essential building blocks of the Domain & Application Layers.

本节介绍领域层和应用层的基本构件。

标签:Building,Core,Blocks,layers,Application,Layers,Presentation,DDD
来源: https://www.cnblogs.com/tjubuntu/p/15410098.html