|
Not trying to nit pick but I've been jumping on folks on my team that catch exception or catch runtime exception.
</P>
The only 'exception' I make, :-)
is for main() to just do a throws there if you don't plan on doing anything with it.
In Effective Java and my Checkstyle rules they all tell me this is a bad thing. Am I missing something?
|