Why I Prefer Exceptions to Error Values
Why I Prefer Exceptions to Error Values
Exceptions are often a better way to handle errors than returning them as values. We argue that traditional exceptions provide better user and developer experience, and show that they even result in faster execution.