fix: use panic instead of silently ignoring errors
Closed this issue · 0 comments
hallazzang commented
When an error occurs, we should panic if the error is significant or rarely occurs, to prevent silently ignoring important errors.
Some of examples are:
budget/x/budget/keeper/budget.go
Lines 22 to 25 in 6bae189
budget/x/budget/keeper/budget.go
Lines 35 to 38 in 6bae189
budget/x/budget/keeper/budget.go
Lines 50 to 52 in 6bae189