top | item 44117388

(no title)

ecoffey | 9 months ago

In my experience microservices are easier to manage and understand when organized in a monorepo.

discuss

order

layer8|9 months ago

That indicates a strong coupling between those microservices.

ecoffey|9 months ago

Even 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|9 months ago

I like using the term “distributed monolith” for those systems with very tightly coupled microservices.