-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Split generic and specific code #215
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.
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 |
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 ;-) |
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
msync
into a more generic tool by splittingPuppetModule
class intoSourceCode
andPuppetModule
classes.PS: This PR is a part of #206.