jspuij / RESTier

A turn-key library for building RESTful services
http://odata.github.io/RESTier
Other
2 stars 0 forks source link

RestierModelExtender could be refactored. #24

Open jspuij opened 5 years ago

jspuij commented 5 years ago

RestierModelExtender has a few internal classes that implement public interfaces. To enable proper DI, they should be public and for readability I'd put them in separate files as well.

robertmclaws commented 5 years ago

Please hold off on this for now, as it is not ideal, but also not necessary to ship V1.

jspuij commented 5 years ago

Sure, I've created these issues to keep track of stuff I've found. I manage to forget my car keys, wallet or phone about every other day, so I really need to write stuff down to remember ;-)

robertmclaws commented 5 years ago

LOL. I think we talked about leaving this for V2 since we don't want anyone depending on this implementation between now and then.