|
|
|
|
|
by mirceal
2652 days ago
|
|
if you didn’t experience issues with “vendoring” you were either: extremely lucky, work on a very small codebase
and/or on a very small team. to me, only the idea of using a git submodule pointed to a repo that has all my dependencies is... repeat after me: a source control system is not a dependency management system. |
|
The monorepo approach and vendoring does work, and there are a lot of advantages to having everything work on each revision, you just need to be conscious of it.