Remix.run Logo
bluGill a day ago

Most of the time your repo is so small that you won't run into the problems of a large repo and so you don't need those tools. Don't confuse that for monorepos have no problems when they get large.

genxy 20 hours ago | parent [-]

How large is large? What does large mean? More than 100GB? 2TB?

bluGill 20 hours ago | parent [-]

You have the wrong measure. Large is number of parts. That is partially source files, partially projects/teams, and partially things that are conceptually not related. Likely other things as well.

It is unlikely GB/TB is ever a measure, though if your repo is that big and some people only need a subset of the repo it would be.

jonjon10002 19 hours ago | parent [-]

Worked at a place (as a tech writing manager) where the monorepo was several TB and company-issued laptops all had 500 GB hard drives. It was like a rite of passage that new writers or people with new laptops would inevitably not RTFM or learn about sparse checkout and try to clone the entire repo, which was not good.

genxy 17 hours ago | parent [-]

Nice hazing ritual, I hope that behavior extended to other parts of the organization.