C++ Coding Standards: Report, Handle, and Translate Errors Appropriately
In C++, as in all coding, it is important to address errors as soon as they are detected. This chapter provides the process for dealing with errors in a precise and prompt manner.
This chapter is from the book
Summary
Know when to say when: Report errors at the point they are detected and identified as errors. Handle or translate each error at the nearest level that can do it correctly.
Page 1 of 4
Next >