DDD:领域驱动设计。 DDD 中的域是什么意思?

发布于 2024-09-30 13:32:34 字数 105 浏览 2 评论 0原文

DDD 中的“域”一词究竟意味着什么?我继续阅读定义......虽然我看到了领域模型之类的东西并了解模型是什么 - 领域模型意味着什么?

域的实际含义是什么?

谢谢

What exactly does the word domain mean in DDD? I keep reading the definition... and although i see things like the domain model and understand what model is - what does domain model mean?

What does domain actually mean?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那请放手 2024-10-07 13:32:34

是指您的应用程序所涉及的主题。

例如,如果您正在编写在线商店,则域是在线零售,域模型是应用程序中处理在线零售业务逻辑的部分- 与渲染 UI、访问数据库等相反。

Domain refers to the topic your application addresses.

For example, if you are writing an online store, the Domain is online retailing, and the Domain Model is that part of the application that deals with the business logic of online retailing - as opposed to rendering UI, accessing databases, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文