Y
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
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?
link
peteradio
1054 days ago
Yea python should introduce try except.
link
PurpleRamen
1054 days ago
Python has proper error-handling since 20+ years.
link