-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.stalefor use by stalebotfor use by stalebot
Milestone
Description
We currently use panics for a lot of error handling. We should return errors instead.
This should rely on the new error handling system in Go 1.13, i.e. wrap errors with the %w verb of fmt.Errorf().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.stalefor use by stalebotfor use by stalebot