On Thu, 12 Feb 2009, Frank Niessink wrote: > I'd like to get rid of the state tracking in domain objects and let > separate objects do the necessary bookkeeping. I wrote a ChangeTracker > [2] class a while ago, but it's not used yet. I'd like to use that > class instead of the bookkeeping done in the domain objects themselves > and with the DeletedFilter. > > Any objections? Recommendations?
No objection. On the contrary, it will make things easier to support change tracking for different devices, which is not possible right now. Cheers Jérôme
