Hacker News new | ask | show | jobs
by Thaxll 3288 days ago
Still better than

try:

  ...
except:

  pass
2 comments

I wouldn't say so. This screams "I am an idiot", missing handling can easily pass unnoticed.
Hah! It could be worse... imagine your example, but in Java with checked exceptions ;)