A monorepo has a bunch of advantages, but it can demand more discipline on its organisation.
miniblog.
Related Posts
In many respects I feel an LLM benefits from a monorepo. I've vibe coded a bunch of helper CLIs recently and end up repeating the same preferences for all of them.
I want all my CLIs to use clippy, parse arguments with clap, etc. They're distinct tools in distinct repos though.
Why is Babel a monorepo? https://github.com/babel/babel/blob/master/doc/design/monorepo.md (makes sense in the highly modular JS world, still a long way from a Google-style monorepo)
