Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个模型可以依赖另一个模型吗?假设我有一个其他模型想要访问的日志模型。
如果它在对域的同一部分进行建模但用于不同目的的模型之间(您提到了日志记录,其他人会报告),则应该尽可能少地耦合。并不是说应该没有。
如果模型对域耦合的不同部分进行建模应该没问题。如果你注意到你的模型是重叠的,你应该细化你的上下文/模型边界。