Hacker News new | ask | show | jobs
by a0 2476 days ago
One place where clean build times do matter is in the CI. Having very fast builds and tests is great for speedy deployments.
1 comments

Why? Does your CI do a clean build for every test?
Most CIs do clean builds for every PR, merge, and deploy ... that adds up to a lot of time.