OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Scaffolding over Generation #14

Open SteveLasker opened 9 years ago

SteveLasker commented 9 years ago

I see you’re using the historical generated code, where all the code is placed in a single file. I’m hoping this is just a crawl/walk run implementation. What we’d like to see is each of the model classes placed individually in a .\Models[ServiceName]\ folder. Notice the Salesforce implementation: This allows developers to work with these model files directly, not worry about them being overwritten, and you can now do updates, to add additional models as the service expands. odatascaffoldobjects