Hacker News new | ask | show | jobs
by wildengineer 2717 days ago
In the java world this gets solved with gradle's incremental build system, which uses a build cache, a user configured dependency tree, and some hashing to determine what needs to build.