Hacker News new | ask | show | jobs
by netheril96 2614 days ago
Google uses a monorepo for most of its code and I find it a much better experience than what I’ve had in the past. But that good experience is predicated on a lot of Google only internal tools. If Google open sources enough of those such that people outside can have the same experience, maybe the debate will end decisively in favor of monorepo.
1 comments

What kinds of tools?
You can read about all the tools in this article https://cacm.acm.org/magazines/2016/7/204032-why-google-stor...
Parent comment is likely referencing bazel[1], which is the external version name, among a number of other tools.

[1]: https://bazel.build/