Completed
Implement strict error checking
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Nobody Can Program Correctly - Lessons From 20 Years of Debugging C++ Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is a bug
- 3 How do you notice bugs
- 4 Implement strict error checking
- 5 Bug database
- 6 One in a million
- 7 First practical example
- 8 The debugging process
- 9 Reproducibility
- 10 desktop environments
- 11 error reporting
- 12 second quiz
- 13 Finding the real problem
- 14 Tracing
- 15 Binary Search
- 16 Debugging Techniques
- 17 Debugging Tools
- 18 Passive Assembly Skills
- 19 Debugging Workflow
- 20 Classification
- 21 Big Problems
- 22 Small Problems