A Practical Approach to Error Handling

Опубликовано: 24 Апрель 2025
на канале: CoreCppIL
644
11

By Arno Schödl, presented at Core C++ 2022

Every program may encounter errors, some originating from internal bugs in the program, others coming from the environment the program is operating in. Ignoring all errors will make the program utterly unreliable, while treating every conceivable one introduces lots of extra complexity with little benefit. At think-cell, we have been using and refining our own principled approach to error handling, which we have not seen elsewhere. This talk describes our method, so that in your next project you can write more reliable software with less effort.

-----
Arno is responsible for the development of all think-cell software products. He oversees R&D team, quality assurance and customer care. Before founding think-cell, Arno worked at Microsoft Research and McKinsey.

Arno studied computer science and management and holds a Ph.D. from Georgia Tech with a specialization in computer graphics.