Completed
Categories of Errors: Bad User Experience
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Practical Approach to Error Handling
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Options for Error Handling (2)
- 3 Options for Error Handling: Exception (2)
- 4 Exception Safety Guarantees
- 5 Basic Exception Safety Guarantee
- 6 The Challenge
- 7 So what do we do?
- 8 If checks fail
- 9 Next: Homework
- 10 Categories of Errors: Critical
- 11 Categories of Errors: Untested
- 12 Categories of Errors: Bad User Experience
- 13 Categories of Errors: Indication of broken environment
- 14 Error Analysis
- 15 Cause Analysis
- 16 Minimum Description Length
- 17 Compressing Reports
- 18 C++20 Contracts (2)