|
|
|
|
|
by prodigal_erik
3672 days ago
|
|
Exceptions must be handled somewhere. Out of band error values are dropped on the floor by default, which is very convenient (if you don't care whether your software works), and many programmers take advantage of it (without realizing they have done so). |
|
And if the study is to be believed, checked exception are almost always dropped on the floor, just with more boilerplate and ceremony.