A Practical Approach to Error Handling - Arno Schoedl - C++ on Sea 2022

Опубликовано: 01 Январь 1970
на канале: cpponsea
901
20

C++ on Sea Website: https://cpponsea.uk/
C++ on Sea Twitter:   / cpponsea  
---

A Practical Approach to Error Handling - Arno Schoedl - C++ on Sea 2022
Slides: https://github.com/philsquared/cppons...

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 Schoedl

Arno is responsible for the design, architecture and development of all our software products. He oversees think-cell's 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 the Georgia Institute of Technology with a specialization in Computer Graphics.
---

C++ on Sea is an annual C++ and coding conference, in Folkestone, in the UK. The 2022 conference was conducted as a two part, physical and online C++ event.
Annual C++ on Sea, C++ conference: https://cpponsea.uk/
2022 Program: https://cpponsea.uk/2022/schedule/
---

Produced and Edited by Digital Medium Ltd: https://events.digital-medium.co.uk
Enquiries: [email protected]

#Programming​ #CppOnSea​ #errorhandling