microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Address Issue #34 #199

Closed akrakovsky closed 9 years ago

avranju commented 9 years ago

This looks good. One suggestion I have is to change the naming scheme for these new model classes. Instead of calling them _Rest_XXXX can we call them something else? Maybe append a Data or a Model suffix? So instead of RestJob for example maybe we can call it JobModel or JobData? And while we're at it maybe we should rename the Service class to MobileService and the corresponding RestService to something like MobileServiceModel or MobileServiceData or something.