Hi,
If let's say, I have model B which references model A
Model A is for another company.
Which means i can see what model A have and call it but model A can't do so.
If let's say i'm now in a situation where i want to add something that i want model A to see it (but A can't reference B due to circular reference)
Which is better?
To create a new model, let's say model c. That both A and B can reference? And add the logic to model C. OR ask the other company to do the development on model A instead? ( The change is related to model B, but i thought i can do it with extensions without asking the other company to do it)
Are there any disdvantages of having many models?