|
|
|
|
|
by dsirola
2622 days ago
|
|
Sounds like a nightmare to me. Something that could've been a module in a regular application is split across multiple services introducing multiple network calls that can fail (not to mention the response time once the workflow grows).
If people who don't know how to write modular code start using microservices as a solution, the only thing that changes is that you end up with distributed big ball of mud instead of the regular big ball of mud. |
|
As for should everything be in a module? Idk, but it's a much nicer place to start than microservices