Hacker News new | ask | show | jobs
by vips7L 153 days ago
Exceptions are cheap. Stack trace collection is the expensive part; if you make use of checked exceptions for domain errors you can just turn that off if you hit a performance problem.