You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose amending Exceptions to say "Do not suppress exceptions. Do not use try without catch nor finally, which is an undocumented and surprising way to suppress exceptions."
The text was updated successfully, but these errors were encountered:
This is a serious gotcha that a style guide would do well to document (and forbid):
jashkenas/coffeescript#3958 (comment)
suppresses the exception.
I propose amending
Exceptions
to say "Do not suppress exceptions. Do not usetry
withoutcatch
norfinally
, which is an undocumented and surprising way to suppress exceptions."The text was updated successfully, but these errors were encountered: