Tag: error-handling
All the articles with the tag "error-handling".
Exceptions Are Broken: Errors as Contracts, Not Crashes
Published: at 12:00 AMWe treat errors as crash events for the runtime when we should treat them as contracts for the caller, with stable tags, typed payloads, and messages demoted to logs.