Hacker News new | ask | show | jobs
by 8note 1371 days ago
I'd certainly prefer to keep each microservice in its own repo.

That way in a reorg, the services can be redistributed in a way that makes sense without having to make code changes.

Having two monorepos where you only own half of each seems like the worst of both worlds

2 comments

What if your team is the only ones that consume the micro service? Doesn’t make sense to me to split it. It’s also way easier to take stuff out of monorepos than put them in IMO.
> I'd certainly prefer to keep each microservice in its own repo.

Having a single monorepo solves that, too.