Hacker News new | ask | show | jobs
by AnimalMuppet 1054 days ago
No. How about something that is neither "silently fail" or "print a stack trace"? How about something that lets the programmer handle the error?
2 comments

Yea python should introduce try except.
Python has proper error-handling since 20+ years.