In this series, I talk about design patterns and principles and show you how you can use them to improve the quality of your code. All examples are in Python.
Curated by: ArjanCodes (99 videos)
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide. This video, I focus on a particularly interesting error handling mechanism called monadic error handling. Monadic error handling stems from functional programming and it has some advantages over using traditional exceptions. Next to talking about monadic error handling, I also address two issues from last week's video. 🎓 ArjanCodes Courses: https://www.arjancodes.com/courses/ 🔖 Chapters: 0:00 Intro 1:32 Addressing a few issues from the previous video 3:34 What is monadic error handling? 6:26 Code example 11:44 Final thoughts 12:44 Outro #arjancodes #softwaredesign #exceptions