5 ms·
In my experience microservices are easier to manage and understand when organized in a monorepo.
by ecoffey 1y ago
In my experience microservices are easier to manage and understand when organized in a monorepo.
- layer8 1y agoThat indicates a strong coupling between those microservices.
- ecoffey 1y agoEven loose coupling is still coupling. For the things that have to be coupled having the code organized in the same place, being able to easily read the source for “the other side”, make a change and verify that dependees test still pass, etc is immensely powerful.
- folkrav 1y agoI like using the term “distributed monolith” for those systems with very tightly coupled microservices.