Hacker News new | ask | show | jobs
by ipsi 3212 days ago
As does Microsoft: https://blogs.msdn.microsoft.com/bharry/2017/05/24/the-large...
3 comments

I think that repo is just for Windows, not for everything Microsoft develops.
"just for Windows" probably still makes it one of the biggest repos in the world. I wouldn't be surprised at all if it's actually the biggest.
It's definitely smaller than the Google monorepo.
Possibly the oldest that is still in active use?
Correct. The project I work on at MS is 3 repos all by itself.
Mozilla too.
No, it doesn't. Firefox is a monorepo (of course, it's just one product). All their other products (bugzilla, rust, all the web properties) have different repos. Check out their other repos: https://github.com/mozilla
Many of those are synced back into mozilla-central (some bidirectionally, even).

> of course, it's just one product

In the sense that one package gets shipped to the end user, sure. But it's composed of many individual projects (SpiderMonkey, devtools, toolkit, layout...) which follow their own development paths and could each be broken out into their own repositories.

as well as Twitter
Also, JaneStreet