Hi, An example candidate would be something like AccountBO.removeSign(Money amount) line 514, and other validation type methods.
Cheers, Dion On Jan 25, 2008 8:06 PM, Keith Pierce <[EMAIL PROTECTED]> wrote: > Sounds like a good candidate for a future refactoring story. Dion, can you > point to specific examples of what you've found to be "very useful > fine-grained util type code"? > > Keith Pierce > > > > On Jan 25, 2008 4:00 AM, Dion Dodgen <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi All, > > > > Just starting up a thread for discussion around the refactoring and > > reuse of Util type classes. > > > > There is very useful fine grained util type code in multiple modules. > > Now one can either access this functionality and end up tightly > > coupling the various modules > > possibly creating cyclic dependency in the process or factor it out in > > to a util commons type package. > > > > Otherwise create redundant code in your specific module. > > > > Later things may move toward a more modular, pluggable design etc with > > minimal interdependency between them. > > > > Thanks > > Dion > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
