Hacker News new | ask | show | jobs
by IshKebab 603 days ago
I thought Microsoft had one monorepo. Isn't that kind of the point? How many do they have?
1 comments

The point of a monorepo is that all the dependencies for a suite of related products are all in a single repo, not that everything your company produces is in a single repo.
Most people use the "suite of related products" definition of monorepo, but some companies like Google and Meta have a single company-wide repository. It's unfortunate that the two distinct strategies have the same name.