|
|
|
|
|
by foofie
878 days ago
|
|
> But once you need to submit your changes for review, how does that workflow look? 1. Post PR to submoduke A. Get it merged. 2. Post PR to the main repo updating it to point to subproject A. Done. The only difference between a monorepo and splitting the repo into submodules is that the main repo's history is coarser and basically tracks the output of integration tests. There is no need to overcomplicate things, and if you need to overthink them anyway then you have far more degrees of freedom to worry about in monorepos. |
|
That’s a lot of annoying and sometimes error prone manual bookkeeping that has nothing to do with the engineering work itself