Why are there no "throws" annotations on methods, unlike in Java?
By admin
Created 2008-07-28, 16:31
Compile-time checking of exceptions sounds good in theory, but in practice has not worked well. Programmers tend to write catch clauses that catch too many exceptions, thus swallowing exceptions and decreasing reliability.