|
|
|
|
|
by ceronman
2724 days ago
|
|
A star pattern still has most of the downsides of the multirepo approach. Specifically, it has the problem of needing a parallel version control (e.g. SemVer) on top of your individual repositories. This creates fragmentation, where different applications have dependencies on different versions of the libraries which ends up in dependency hell, technical debt, and CI hell. |
|
I don't see why you'd need semver. The apps could sync to a particular commit in the library repo.