Hacker News new | ask | show | jobs
by pjmlp 3082 days ago
Build systems should be agnostic from source control systems.

The unit of dependencies should be other projects or binary libraries.

1 comments

I'm not sure about that. If you have dependencies to other internal repositories and to specific revisions, it is not clear who is responsible. Make can be agnostic, but Maven or NPM probably can not.
Maven surely can. You only depend on binary versions of Java libraries, no source code, as it should be.