Exception Handling
- slide 11 : 30
Mixing normal and exceptional cases
Arbitrary mixing of normal and exceptional program aspects can be very confusing
A file copy program.
A file copy program with excessive error handling.
The normal program almost disappears in the error handling code