NijiDigital / gyro

Tool to generate Realm.io models for Swift, Java & ObjC from xcdatamodel and its visual Xcode editor
Apache License 2.0
93 stars 15 forks source link

Folder Harmonisation #29

Closed StevenWatremez closed 6 years ago

StevenWatremez commented 7 years ago

There is a difference between android template folder name and java fixtures folder name. Questions are open to discuss about naming !

AliSoftware commented 7 years ago

I'd prefer java as:

1) For iOS we named them swift not iOS 2) In the future we'll probably have kotlin, so we have to disambiguate anyway

AliSoftware commented 6 years ago

Additional notes: in the specs/fixtures/java folder, we have no_value and json subfolders that have custom names not matching the xcdatamodel they are corresponding to (relationship_type and json_key_path respectively). I don't know why we did use a custom name here, we should probably rename them

[EDIT] Done in d46d1ccad4a83e784560b199be8c4b3497f6c68a :wink: