I’m rewriting a large old C++ (PowerPlant!) project to Cocoa, and am thinking 
that I’m probably not going to use Core Data because of its uncertain future (I 
think Apple has been neglecting it lately, its incompatibility with newer ideas 
such as asynchronous saving, etc.), and the fact this app may not need 
undo/redo.  But I think I might use the Core Data Model Editor in Xcode anyhow 
because it is really nice, and even if I don’t use Core Data, the code 
generated by mogenerator could easily be grepped to subclass Realm or FMDB 
objects instead of NSManagedObject.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to