| ▲ | figmert 2 hours ago | |
Yes, and then they start complaining that the shared domain objects are not kept up to date by team $notMine, and so they inevitably go to a shared library where they fall back into the same issues. | ||
| ▲ | regularfry an hour ago | parent | next [-] | |
If you're needing to share code for domain objects between microservices something has gone badly wrong. | ||
| ▲ | gib444 an hour ago | parent | prev [-] | |
Is that a result of poor DDD, not modelling more appropriate objects? Eg a Customer Address, Delivery Address, Invoice Address Vs just a single shared Address Or is there still too much conflict for the truly shareable objects? | ||