You must log in or # to comment.
I really like error enums for individual functions.
Good suggestions. I don’t like the part about embedding lower level errors as strings through since that makes it much harder to automatically process the error.
I really like error enums for individual functions.
Good suggestions. I don’t like the part about embedding lower level errors as strings through since that makes it much harder to automatically process the error.