Hacker News new | ask | show | jobs
by PurpleRamen 1054 days ago
> The standard way of error handling in python appears to be to present the user with a stack trace.

What do you expect it to do? Silently fail and move on?

1 comments

No. How about something that is neither "silently fail" or "print a stack trace"? How about something that lets the programmer handle the error?
Yea python should introduce try except.
Python has proper error-handling since 20+ years.