Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some simple refactoring done here. #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

feldrim
Copy link

@feldrim feldrim commented Jan 9, 2018

  • The one giant auto-generated file is now gone, leaving 1300+ classes with their own files.
  • Converted Arrays to Generic Lists.
  • Fixes some simple formatting.

Still needs work to do:

The classes with "1" in their names: They are all inheriting CodeType and include nothing at all. There are classes with almost the same name -without 1 in the name- inheriting these. E.g.: public partial class BatchStatus1Type : CodeType and public partial class BatchStatusType : BatchStatus1Type. I couldn't have a closer look at the schemas but I'm pretty sure these could and should be deleted.

Expression body: I believe there might be issues with expression bodies in properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant