Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on szmer.info
til·Today I Learnedbyddplf

TIL most big techs are radically on the monorepo side

Entire google ecosystem is over 80TB of code, 2 billions LoC. On one single repository. Same goes to facebook. Windows' monorepo is 300GB of code.

And that's just scratching the surface. They just keep reinventing every single tool or framework because appearently no one fucking knows how to git init.

View original on szmer.info
-3

7 replies

On the other end of the spectrum: javascript devs widely use a package to tell you if an integer is even. And another one to tell you if the integer is odd; a package with over half a million weekly downloads.

I fucking hate the Javascript ecosystem and developer attitude.

9

The monorepo is more about dependency management. It's a bigger hurdle at sufficient size to ensure everything is the right version then have a slightly unorthodox repo.

6

On one single repository.

Do they still use Repo? If so, whether it really qualifies as "one single repository" is a bit open to interpretation.

1

You reached the end

TIL most big techs are radically on the monorepo side | Spyke