-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make in place mean in place #15
base: master
Are you sure you want to change the base?
Conversation
In place extraction should mean that if you extract a file its contents should be in the same directory as that file. This should apply even for sub directories
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.
Your changes to the variable names shouldn't be part of this PR, IMO.
Remove variable name changes
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.
Changed the variable names back to originals, though they should likely be renamed for readability sake
@on2valhalla to be clear, I like your variable name suggestion. I just thought it should be a different a PR - one that refactors the entire project, not just that snippet. |
Yep, understood!
May need to test this, couldn't get a good build on my machine
…On Tue, Dec 11, 2018, 5:25 PM kaptainkommie ***@***.*** wrote:
@on2valhalla <https://github.com/on2valhalla> to be clear, I like your
variable name suggestion. I just thought it should be a different a PR -
one that refactors the entire project, not just that snippet.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABkSThapnXjto6gFI9n1gSVQmwvX1huCks5u4DDKgaJpZM4Y8-v3>
.
|
In place extraction should mean that if you extract a file its contents should be in the same directory as that file. This should apply even for sub directories. (Copy of chrishuan9#15)
In place extraction should mean that if you extract a file its contents should be in the same directory as that file. This should apply even for sub directories