-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathTODO
More file actions
8 lines (7 loc) · 675 Bytes
/
TODO
File metadata and controls
8 lines (7 loc) · 675 Bytes
1
2
3
4
5
6
7
8
* Add to Scope classes: count/size
* Rename `new` methods, like Image.new or a relationship Recipe#newImage, to `insert` to adhere to CD name?
* Rename Schema to Model to adhere to CD name?
* The `class` of an association should be inflected from the name.
* Is it better to follow the original CoreData names such as the `optional` property of NSAttributeDescription, instead of using `:required` as the option?
* Currently Schema#to_ruby uses CFBundleVersion which should only change on each release. It might be better to use the build number so that migrations can be done more often.
* I’m not actually sure what should go in NSManagedObjectModel#versionIdentifiers.