Better Error Handling #9
Reference in New Issue
Block a user
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?
Currently the user does not know if an error occured, the only symptom is that the model might not update when inputs are changed.
The better solution would be go like. With Error Wrapping so that we can track where the error originated without having to rely on stack traces, which can be a bit messy.