juno icon indicating copy to clipboard operation
juno copied to clipboard

Effective Error Handling

Open stdevMac opened this issue 3 years ago • 0 comments

We should follow a common pattern for error handling in the different parts of the project.

By default, Golang offers an API for that purpose using fmt.Errof and then using errors.Wrap, we should take advantage.

And example of how to use a proper error handling, you can check this post about Efective Error Handling

stdevMac avatar Jun 25 '22 15:06 stdevMac