The Dawn Of A New Error
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the evolution of error handling in C++ and potential future directions in this conference talk from ACCU 2019. Examine various approaches to expressing, propagating, and handling error conditions, including exceptions, Algebraic Data Types (ADTs), and the proposed "Zero-overhead deterministic exceptions." Compare different error-handling strategies, evaluate their trade-offs, and gain insights from experiences with similar mechanisms in other languages like Swift. Learn how to choose the most appropriate error handling strategy for your projects and prepare your code for potential future developments in C++ error handling.
Syllabus
The Dawn Of A New Error - Phil Nash [ACCU 2019]
Taught by
ACCU Conference
Related Courses
Error Handling in C++ - As Easy as "Use Exceptions"?NDC Conferences via YouTube A Short Life Span - For A Regular Mess
NDC Conferences via YouTube C++ - No More Nulls! - Fixing the Billion Dollar Mistake
NDC Conferences via YouTube The Markable Library
code::dive conference via YouTube C++23 Ranges - Functional Programming With New View Adaptors and Other Utilities
ACCU Conference via YouTube