Exception handling is one of the most important aspects of software engineering. I have seen other developers and myself making mistakes and not exiting gracefully. In this article, I am documenting my share of learnings along the process. I am dividing this article into two sections: Handling exceptions inside code and Handling exceptions outside code.
Table of contents
Handling exceptions inside codeHandling exceptions outside codeGeneric Guidelines for Handling ExceptionConclusion1 Comment
Sort: