Re: Overloading Mappers

2009-08-24 Thread Richard Bibb
Advice taken 8-O Thanks Clinton Clinton Begin wrote: > > No! :-) > > Outside of iBATIS, I've always recommended avoiding method overloading (ad > hoc polymorphism). It's just a bad practice. The method is likely doing > something different, so give it a good name. > > On rare occasions it

Re: Overloading Mappers

2009-08-24 Thread Clinton Begin
No! :-) Outside of iBATIS, I've always recommended avoiding method overloading (ad hoc polymorphism). It's just a bad practice. The method is likely doing something different, so give it a good name. On rare occasions it makes some sense, like say before Object wrappers, having .valueOf() over