DEV Community

Discussion on: From microservices to ...

Collapse
 
andsmile profile image
Andrii

From my perspective it is mostly valid for monolith.
But microservices are kinda small, simple and isolated, it should be easier to change them.

Collapse
 
andreasjakof profile image
Andreas Jakof

There are advantages to microservices, but knowing the dependent services is none of them.

If you have a lot of them, keeping track of which services uses which one is a lot of work.

In a monolithic architecture, you have the dependencies in the code base.

I am not saying, that monolithic is better, just that you can see those dependencies better.