@Kevin How is it better to embed your error(exception) handling together in such a tight coupling w/ actual values ? Try/catches may not be perfect buts its quite clear which are returned values and which are the exceptions, and your continue w/ process because everything is fine code is clearer separated from your error handling. Your sample shows exactly that its too easy to simply ignore the problems because your happy you got some results.
-- 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.
