zet

Monorepos Do Make a Lot of Sense for Enterprise

Working with some stuff for work and realizing how totally different a monorepo approach is to their applications. Here’s why.

I’m happy to report that Bonzai plays very nicely into all of this. Even though Bonzai branches are their own repos, the code in them is very modular and easily to add to a monorepo with little effort during the vendoring process. I know because I just completed doing that very thing).

#golang #monorepos #coding