0

Exception catching and program interface design

I just got a question wrong that asked if exception catching improves program interface design. I said it did, and was told I was wrong. I'm wondering how exception catching could possibly NOT improve program interface design? Wouldn't it lead to validating input variables or parameters going to methods, preventing errors being returned to clients or end users? Isn't that good design?

11th Dec 2018, 7:07 PM
Patrick Roux
0 Answers