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
While technically correct, in my opinion if err != nil checks don't really add complexity to a function from the programmers' standpoint. It would be nice to have an option to ignore these statements in functions.
The text was updated successfully, but these errors were encountered:
jkrooncoding
changed the title
Proposal: Add option to ignore error checking if statements
Proposal: Add option to ignore error checking if statements that return only an error
Aug 25, 2022
While technically correct, in my opinion
if err != nil
checks don't really add complexity to a function from the programmers' standpoint. It would be nice to have an option to ignore these statements in functions.The text was updated successfully, but these errors were encountered: