In my projects I never have used IRepository<T> of Rhino Commons. I've always defined my own IRepositoryBase<T> (with much less methods) and have only used Repository<T> of Rhino Common in my repository implementations... I am a believer in simple interfaces.
On Wed, Nov 12, 2008 at 5:13 PM, Ayende Rahien <[EMAIL PROTECTED]> wrote: > For a long time, IRepository<T> has been bothering me.In particular, we > have literally scores of methods there, and the interface is way too big and > complex. > > My current action is to move the IRepository<T> and associates to their own > project, thoughts? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
