|
|
|
|
|
by schrodinger
32 days ago
|
|
To those who have used it: is it handy for situations where you have multiple repos that want to share a little code, but it's not worth the trouble of extracting a library, referencing it, publishing versioned releases, updating dependent repos, etc? And instead just "sync" a code folder from one main repo (perhaps containing common domain models) to other repos? Basically the Go philosophy that a little bit of copying is better than a lot of dependency? |
|
Some projects are also developed in the monorepo and exported via Copybara.
My team also uses it to version Starlark rule sets internally.