Stewart Stremler wrote:

Java-style exceptions are nice (I've been playing with running
stuff in a Java sandbox).

Exceptions are nice.  Checked exceptions suck.

I have huge amounts of:

function foo() UselessImposedOnlyAllowedException {
    try {
        captiveFoo();
    } except GiganticListOfExceptionsThatCantBeAllowedToEscape() ...
}

because I have to run through some inherited method that absolutely *demands* that I pay attention to its exceptions but no more and no less.

Bleah.

-a


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to