Multiple Domain Models

0
Hi, May I ask if it is advisable to use multiple domain models per app?  
asked
1 answers
0

Hi Terry,

As your app grows I would advise to use multiple domain models.

You will want to set you app up in a way that the domain models are as independent of each other as possible. So keep functionality and entities that are closely associated together in one module (and domain model) and then create a new module and domain module when you create a new seperate part of functionality.

Hope this helps!

answered