Hacker News new | ask | show | jobs
by zaphar 2614 days ago
Most of the mono-repo advocates aren't talking about dependency management. They are talking about the advantages around continuous integration that a good mono-repo tool can bring.

The article actually complains less about mono-repos and more about mono-repos on Git and the associated tooling around Git.

1 comments

> Most of the mono-repo advocates aren't talking about dependency management.

The article however states dependency managements as the main complain, to the point that it's mentioned immediately after the first point where monorepos are mentioned.

Yeah, I found the article to be more about the deficiencies of Git for things version control isn't meant to solve and less about the problems with mono-repos themselves.