My point was that there are valid cases for not treating the first failure as catastrophic.
2011/3/31 Cédric Beust ♔ <[email protected]> > > > On Wed, Mar 30, 2011 at 11:49 PM, Ricky Clarkson <[email protected] > > wrote: > >> Example use case for Kevin's idea; a unit testing framework. You probably >> don't want that to stop at the first failure. >> > > There are plenty of existing testing frameworks handling this just fine > without using a single Either anywhere. > > And as far as TestNG is concerned, handling this kind of error with Either > would be a complete nightmare because most of the exception handling is non > local. > > -- > Cédric > > > -- 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.
