mutagen-io / mutagen

Fast file synchronization and network forwarding for remote development
https://mutagen.io
Other
3.47k stars 153 forks source link

Mutagen source has large number of unhandled errors #509

Open mikeschinkel opened 3 months ago

mikeschinkel commented 3 months ago

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.