Hacker News new | ask | show | jobs
by derefr 3605 days ago
> It made testing a pain - you needed to set up and run 11 different services on your machine to test anything.

That is explicitly not the "microservices kool aid." The first thing a microservice needs to be is independently testable, so it can be independently developed.

All you had there was one monolithic service.