|
|
|
|
|
by dastbe
1230 days ago
|
|
i’ve made this argument before, but you can run a 1k engineering company in a monorepo with the tools and services that exist today. between improvements to bazel (and alternatives) and adjacent tooling like build caching/target diffs, core git scalability, merge queues, and other services you can just plug things together over a few days/as needed and it will just work. all of the stuff that you can’t do easily yet (vfs for repo, remote builds) just isn’t relevant enough at this scale. |
|
I guess with a 1K engineering company you can afford a substantial build team.