guide
guide copied to clipboard
Guideline: Don't Log and Return Errors
Creating this to track adding a general guideline around logging-vs-returning errors, and doing only one of the two at any error handling site to avoid double logging.
On second thought, maybe this is either the same as or a subset of #67. Could be worth combining them.
its work?