On Aug 20, 4:13 pm, Casper Bang <[email protected]> wrote: > Exceptions cater well to OO, you can centralize error handling and > dispatching via > polymorphism as well as associate whatever context that's needed. I > don't think (hope) many in here wants to go back to interpreting > return values.
I don't know Joel personally but when dealing with exceptions for a while I found by accident his opinion on Exceptions and I felt so happy not being the only one not using exceptions all the time. - I personally also use exceptions but for some very common methods that are definitely useful in definitely very different cases it really makes sense coming back to return values. - At least not only from my point of view. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
