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

Modify IGenerator interface to use setters/getters #22

Closed
end2endzone opened this issue Jan 17, 2018 · 0 comments
Closed

Modify IGenerator interface to use setters/getters #22

end2endzone opened this issue Jan 17, 2018 · 0 comments
Milestone

Comments

@end2endzone
Copy link
Owner

The IGenerator interface has main 2 functions which requires a high number of parameters. the number of parameters keep increasing from each releases as new functionnality in introduced into the software.

The interface should be modified to use setters/getters and would provide the interface the following:

  • Simplified usage with optional parameters
  • Only providing parameters once (the same parameters are shared by the 2 functions)
  • Compatibility with future versions.
@end2endzone end2endzone added this to the 2.0 milestone Jan 17, 2018
end2endzone added a commit that referenced this issue Jan 19, 2018
* Renamed BaseGenerator::getFileHeading() to getHeaderTemplate()
* Renamed BaseGenerator::getSaveMethodImplementation() to getSaveMethodTemplate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant