On Thu, Mar 24, 2011 at 7:41 AM, Reinier Zwitserloot <[email protected]> wrote:
> (I'm not advocating that the blanket treatment of all checked exceptions as > misguided is a good idea, but Cedric's already done a decent job of > explaining this). With the lombok 0.10.0 beta, the dependency on Lombok at > runtime will be eliminated via class file rewriting automatically. > Otherwise, all you actually need at runtime is Lombok.class. > > I can't stress enough how important it is to manage your APIs properly. I'll put to you the same challenge I put to Cedric. What is an API that is generally liked and "uses checked exceptions correctly?" This is a far cry from the immutable debate, where there are many good examples. Same for operator overloading (one need only consider a matrix library to see a good use for traditional operators on user objects). -- 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.
