MVC 模型之间的耦合

发布于 2024-08-16 06:20:17 字数 43 浏览 5 评论 0原文

一个模型可以依赖于另一个模型吗?假设我有一个其他模型想要访问的日志模型。

Can a model depend on another model? Say I have a log model that other models want to access.

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

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

发布评论

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

评论(1

亽野灬性zι浪 2024-08-23 06:20:17

如果它位于对域的同一部分进行建模但用于不同目的的模型之间(您提到了日志记录,其他人会报告),则应该尽可能少地耦合。并不是说应该没有。

如果模型对域耦合的不同部分进行建模,应该没问题。如果您发现您的模型重叠,您应该完善您的上下文/模型边界。

If it's between models that model the same part of the domain but are intended for different purposes (you mentioned logging, others would be reporting) there should be as little coupling as possible. Not to say that there should be none.

If the models model different parts of the domain coupling should be fine. If you notice your models are overlapping you should refine your context-/model- boundaries.

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