|
|
|
|
|
by criley2
1459 days ago
|
|
Or you have a monorepo and you make the change in your backend, then you make the change in your dependencies, then you have one commit, one PR, one test run, and one release. The solutions to monorepo taking 10x longer to build seem to be "Spend 10x longer on the manual developer parts doing 10x more procedure with more tools, more rules, more work" |
|
One place change == X possible conflicts.
Ten places over longer period of time (a lot bigger PR) == XXX possible conflicts.
All depends on the size of the team and project.
Tho its hard to find a good place to switch from one approach to the other one.