-
Notifications
You must be signed in to change notification settings - Fork 64
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
Refactor CGenerator.xtend
#1011
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a great refactoring! One issue throughout is this:
Each file should have a class comment with a short description of the class and author information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @edwardalee; this looks great! I've flagged the locations where class comments and author info are missing. If you could correct those, that'd be great.
As part of the effort to port
CGenerator.xtend
to java, I have refactored some of it into separate files.This PR has reached a good stopping point and is ready to merge.