Hacker News new | ask | show | jobs
by camus2 3393 days ago
> Are you checking your dependencies into your repository (we do this, it works very well).

it work if you are working on a project, it does not if you are library author who rely on other dependencies.

1 comments

in a post-dep world, this won't matter anymore. dep strips vendor directories out of any dependencies it pulls in.
When dep removed the vendor folders from the other libraries, How does dep handle multiple libraries that depend on the same library but different versions of it?