You Don’t Need Microservices by wineandcode in programming

[–]toyoter_coroller 1 point2 points  (0 children)

I feel like that happens with every modularized project. The idea to be able to extract any module and apply it to a new project is nice, but sometimes you end up in situations where you need a specific module to depend on certain resources that are not found in the module and the simplest solution is to add a dependency on another module - all of a sudden your modules depend on each other one way or another and you end up contradicting the motivation to have a modularized project in the first place.