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 discovered these unhandled errors while I was making changes for my own needs on my fork for #505.
My IDE kept complaining about unhandled errors, so I decided to fix them and move to a separate PR as #508.
Serendipitously DoltHub published a blog post entitled "What's the best Static Analysis tool for Golang?" that starts with an example of an unhandled error as justification for why handling all errors is so important. I say "serendipitously" because it was published after I wrote the code for this PR.
The text was updated successfully, but these errors were encountered:
I discovered these unhandled errors while I was making changes for my own needs on my fork for #505.
My IDE kept complaining about unhandled errors, so I decided to fix them and move to a separate PR as #508.
Serendipitously DoltHub published a blog post entitled "What's the best Static Analysis tool for Golang?" that starts with an example of an unhandled error as justification for why handling all errors is so important. I say "serendipitously" because it was published after I wrote the code for this PR.
The text was updated successfully, but these errors were encountered: