Summary
Keywords
error handling in python
error handling in python functions
exceptions and error handling in python
monads explained
monads python
monadic error handling
railway oriented programming
functional programming
error handling in python 3
error handling in python examples
error handling in python script
exceptions adn error hadnling in python
Full Transcript
💡 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
