0
comment
comment
on 11/5/2021 11:15 AM
Let us start by defining monorepo
Keep multiple projects in a single source control system 1
Acquire as many third-party and in-house dependencies as possible for a build from the same source-control repository/branch, and in the same update/pull/sync operation. 2
Keep all teams in agreement on the versions of third-party and in-house dependencies via lock-step upgrades. 2
Plausable restrictions
The point about keeping third-party binary dependencies in source control was popular in the .net wor[...]