Exception Handling Insights
Arno emphasizes that robustness should always take precedence over performance when it comes to exception handling. He argues that using exceptions simplifies error management and leads to more maintainable code, despite concerns about performance overhead. By measuring the actual impact of exceptions in specific contexts, developers can make informed decisions about their use, especially in embedded systems.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 21: Error Handling Pt. 2
Related Questions