A Practical Approach to Error Handling
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore a practical approach to error handling in this conference talk from ACCU 2022. Learn about a refined method for managing errors in software development, balancing reliability and complexity. Discover how to categorize errors, implement exception safety guarantees, and analyze error causes. Gain insights into critical errors, untested scenarios, and user experience issues. Understand the concept of minimum description length for error reporting and explore C++20 contracts. Apply these techniques to write more reliable software with less effort in your next project.
Syllabus
Introduction
Options for Error Handling (2)
Options for Error Handling: Exception (2)
Exception Safety Guarantees
Basic Exception Safety Guarantee
The Challenge
So what do we do?
If checks fail
Next: Homework
Categories of Errors: Critical
Categories of Errors: Untested
Categories of Errors: Bad User Experience
Categories of Errors: Indication of broken environment
Error Analysis
Cause Analysis
Minimum Description Length
Compressing Reports
C++20 Contracts (2)
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube