Ask HN: Should I Log Errors, Throw Errors or Both?

Hi HN, When programming an API, or any kind of application, software, ecc , at some point in the code you know that something could go wrong and you should notify it as an error, now, should I throw it? Or should I just log it as an error and let the program continue execution anyway? Or should I do […]