sebak
sebak copied to clipboard
Discussion: numeric error codes
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.