I am questioning where in the app I ought to locate my UndoManager code:

1) in the model classes?
2) in window controller class?
3) on its own as a controller-mediator class?

The model is kvo compliant and so will be notified by observing itself. It has 
to broker the changes into the persistent store. Seems like a good locale to 
capture undo requirements. However it also seems like this is more a controller 
logic piece of the puzzle and as such doesn't really belong in the model 
classes.

Advice from those who know would be much appreciated.


Erik Stainsby
[email protected]



_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to