Hacker News new | ask | show | jobs
by titzer 90 days ago
For fillInStackTrace, another trick is to define your own Exception subclass and override the method to be empty. I learned this trick 15+ years ago.

It doesn't excuse the "use exceptions for control flow" anti-pattern, but it is a quick patch.

1 comments

God, please make me unsee it. That‘s a cool trick that turns into an anti-pattern itself if abused.