Remix.run Logo
titzer 7 hours 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.

ivan_gammel 5 hours ago | parent [-]

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