A Practical Approach to Error Handling
Offered By: CppNow via YouTube
Course Description
Overview
Explore a practical approach to error handling in C++ programming through this conference talk from CppNow 2022. Learn how to strike a balance between ignoring errors and over-engineering solutions, based on the refined methodology developed at think-cell. Discover techniques to write more reliable software with less effort, addressing both internal bugs and environmental issues. Gain insights from Arno Schödl, an experienced software architect and former Microsoft Research and McKinsey professional, as he shares his team's principled approach to error management in C++ projects.
Syllabus
A Practical Approach to Error Handling - Arno Schödl - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube