|
|
|
|
|
by PKop
2619 days ago
|
|
> At Amazon, for example, they have multi repos setup. And didn't you find that this created massive headaches trying to build many disparate and inconsistent dependencies across repos? I think the benefits touted from mono-repos are exactly illustrated by the pain points working with Amazon's multi repo setup, in my opinion. https://danluu.com/monorepo/ "Refactoring an API that's used across tens of active internal projects will probably a good chunk of a day." This was my experience. |
|
I’m just curious, but in fairness both of these schemes have obvious issues that will become headaches or positive design depending on your outlook. Clearly you can engineer effectively in either scheme.