-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
> > Checked exceptions work fine in the sort of example code that books > give, or in training courses. But once you hit a decent size > codebase, with the exception and handler being separated by 4 or > more method calls, then checked exceptions become a nightmare of > boilerplate and bad practice. > > Ok, so this is evolving again toward the usual endless discussion about checked vs unchecked :-) I'd only say that I'm in the club of checked exception supporters and that citing what bad programmers do with checked exceptions doesn't sound a strong argument to me, as one might say that with unchecked exceptions bad programmers will never write a try / catch and produce terrible code... - -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." java.net/blog/fabriziogiudici - www.tidalwave.it/people [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwlxx8ACgkQeDweFqgUGxeBcgCfSzau1CPcrGhaxUD6QJao0L0T VPQAoIVCkeysFgubVHb8lb99b9hvtRHt =hnXE -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
