Proper error handling #9
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/backup-tool#9
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The error handling, more specifically outputting the errors to the user, is quite bad right now. We just use print statements, which kinda sucks and is far from extendable. Therefore we should write a proper error handling module that can display error in a clean and extendable way.