Exceptions vs. Optionals
Frances discusses the nuanced use of exceptions and optional types in programming. She emphasizes that exceptions should only be utilized for truly exceptional situations, while optional types can effectively handle user input without complicating the code. The conversation also touches on the importance of understanding what to do when catching exceptions, suggesting that sometimes it may be better to let them propagate up the call stack.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE Radio 617: Frances Buontempo on Modern C++
Related Questions