Hacker News new | ask | show | jobs
by Sagiri 3537 days ago
Personally, I would rather builds be slow than have my build mysteriously break when I'm in that 1%.
1 comments

For me it depends. If I'm in a development session with lots of iterations where build speed is the bottleneck, I'd take my chances (I do anyway, have to resort to manually compiling individual files). For production/CI/other builds it's a different story, although those usually get built clean so it's not even a consideration.
if you are on a dev session with a lot of iterations, you really want to go the InstantRun (or JRebel) route.