Hacker News new | ask | show | jobs
by josefx 1652 days ago
> unless explicitly silenced.

Which is what "On Error Resume Next" was doing by overwriting the current error handler. Seems to me that it was simply overused. Implicitly ignoring errors is more a C thing.

1 comments

I suppose you're technically right. It's just the worst way to do it.