Hacker News new | ask | show | jobs
by echelon 590 days ago
Monorepo and microservices are orthogonal.

You can have as many build targets in a monorepo as you like. You can also have large monoliths in a monorepo.

1 comments

I worked with monolith split into multiple repos as well. It's orthogonal indeed.