sebak icon indicating copy to clipboard operation
sebak copied to clipboard

Discussion: numeric error codes

Open outsideris opened this issue 7 years ago • 0 comments

I found this code. https://github.com/bosnet/sebak/blob/b01b08b1e8e4aae6a1d86ba5b64eccb3d1ae2277/lib/error/errors.go#L4-L11

Honestly, I'm skeptic for numeric error code. So, I want to discuss about that.

Why I dislike numeric error code is It is not meaningful. We don't know what error code is mean when we see the code. So, we look for what the code mean in above file.

outsideris avatar Jun 15 '18 09:06 outsideris