refactor: error handling #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Spend some time on error handling in general. Reduce the visual complexity. Move certain operations to utility functions so their errors can be reworked into the jot native.
Seeing this is better than a file full of match statements for different types of errors:
https://salvo.rs/guide/topics/handle-error.html