An Experiment: Develop in a Monorepo and Distribute to Standalone Repositories

I am ideologically aligned with distributing code in repositories that serve a single purpose. As a software consumer, I think that smaller, single purpose repositories and components are more approachable and easier to use. Of course, every decision comes with its tradeoffs, and this one has caused us significant pain. The overhead in developing and …