you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 8 months ago (1 child)

I mean, with large swaths of big tech companies running monorepos, does this statement really stand up to scrutiny?

For one data point, Google has >2 billion slocs in their monorepo.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 8 months ago (1 child)

    google does a lot of things that just aren’t realistic for the large majority of cases

    before kubernetes, you couldn’t just reference borg and say “well google does it” and call it a day

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 8 months ago (1 child)

    google does a lot of things that just aren’t realistic for the large majority of cases

    Yes, but that is not relevant. The person they replied to said a monorepo doesn't scale. Google (and others) prove that it does scale to at least their massive size.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 8 months ago

    most things scale if you throw enough resources at them. we generally say that things don’t scale if the majority case doesn’t scale… it costs far fewer resources to scale with multiple repos that it does to scale a monorepo, thus monorepo doesn’t scale: i’d argue even the google case proves that… they’ve already sunk so much into dev tooling to make it work… it might be beneficial to the culture (in that they like engineers to work across the entire google codebase), but it’s not a decision made because it scales: scale is an impediment

  • source
  • parent