-
-
Notifications
You must be signed in to change notification settings - Fork 54
Split generic and specific code #215
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
Split generic and specific code #215
Conversation
ekohl
left a comment
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.
Overall this makes sense. I like how you're starting to separate the workflow from low level implementation.
86e291c to
797360e
Compare
This method replaces the old `ModuleSync::module_file`.
797360e to
38efd68
Compare
|
@ekohl This PR is ready to merge IMHO, could you have a look? Thanks |
ekohl
left a comment
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.
Small nit, but otherwise 👍
38efd68 to
4e9f330
Compare
|
@ekohl Thats the moment to push the big green button ;-) |
ekohl
left a comment
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 like I don't have to highlight every case of a pattern. You understand that. I've seen it different in some reviews :)
This PR offers the first step to turn
msyncinto a more generic tool by splittingPuppetModuleclass intoSourceCodeandPuppetModuleclasses.PS: This PR is a part of #206.