My FAVORITE Error Handling Technique

Published: 30 August 2024
on channel: ArjanCodes
49,737
1.5k

👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I’ll show you my probably surprising “Let it burn” approach to error handling. Learn why letting your code fail fast can lead to simpler, clearer, and more robust software.

🔥 GitHub Repository: https://git.arjan.codes/2024/burn

🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/

🔖 Chapters:
0:00 Intro
0:09 What is the "Let It Burn" Approach?
1:54 #1 Simplicity and Clarity
4:13 #2 Early Detection
6:09 #3 Serious Errors are not Hidden from You
7:26 #4 Focus on real issues
9:07 Caveats
11:57 Quick Tips for Error Handling
15:04 Final Thoughts

#arjancodes #softwaredesign #python