[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What Java did right (was Re: Y Store now C++)
Checked exceptions are annoying, I admit. However, it can be argued that
they make the program more robust. I have mixed feelings about them; I'd
rather there be a compiler option to force checked exceptions or not. They
sure make code more verbose.
Mike
> From: "Christopher Barber" <cbarber@curl.com>
> Date: Thu, 27 Feb 2003 09:35:24 -0500
>
> > I don't know of any fundamental features in java that
> > don't have a compelling reason to be there.
>
> How about checked exceptions?
>
>