Re: [Prevayler-coders] Codehaus CVS converted to Subversion
Brought to you by:
jsampson,
klauswuestefeld
From: Klaus W. <kla...@gm...> - 2008-04-04 16:48:18
|
> > In any case, I looked at the difference between the tagged Prevayler_2_3 code and > > the trunk. It's really the same except for a whole bunch of new extraneous and, > > to my eyes, unnecessary exception classes that do little more than bloat the > > codebase. > > I actually quite like them. :) There's further exception work in early > revisions on the prevayler.org Subversion as well, which I was > considering pulling along too. Prevayler 2.3 and earlier would throw > bare Error, RuntimeException, etc., relying on the message to > distinguish different conditions; in my humble opinion, distinct > exception classes for distinct exceptional conditions are clearer and > easier to program against. When looking at that sugested API, even being a generics user myself, I was overwhelmed by generics, exceptions and annotations. See you, Klaus. |