You don't have to pay, but you do have to vote! Login and vote now.
By adiian
via factorypattern.com
Published: Aug 27 2008 / 06:38
![]() | |
| HTML5 Canvas | |
| Written by: Simon Sarris | |
| Featured Refcardz: Top Refcardz: | |
| 150+ Refcardz Available · Get them all | |
By adiian
via factorypattern.com
Published: Aug 27 2008 / 06:38
Comments
jkirstein replied ago:
Checked exceptions are evil? I suppose runtime crashes are not...
paul_houle replied ago:
The trouble with checked exceptions is that they discourage people from using exceptions. They encourage people to write try{ ... } catch blocks to please the compiler, then they forget to fill in the catch. They end up using return values for error handling instead of using exceptions.
Checked exceptions seemed like a good idea when I first started using Java, but they've warped the behavior of a generation of programmers.
Voters For This Link (13)
Voters Against This Link (7)