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

DRYer code, less indents, default directory #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

DRYer code, less indents, default directory #38

wants to merge 4 commits into from

Conversation

B7th
Copy link
Contributor

@B7th B7th commented Aug 13, 2016

Added a bit of functionality by making the directory of the file being concatenated the default one, as well as making it more readable at least in appearance, using right handed expressions, getting rid of doublings as well as curly braces.

Martin Gagnon added 4 commits August 13, 2016 03:56
Added a bit of functionality to the code as well as making it more readable at least in appearance.
`is` and `isnt` instead of `==` and `!=`, `throw` outside of if/else, added/changed comments
@fairfieldt
Copy link
Owner

Hey, thanks for the pull!

It's a bit hard to look at with all the whitespace changes - could you move the whitespace changes to their own pull (I'm definitely open to the change, but I'd really like to do it separately)

@B7th
Copy link
Contributor Author

B7th commented Aug 17, 2016

Sure I made a new patch on another pull request that will do the whitespace, and I think once you accept it this pull should be easier to read, agreed with you on that. Let me know what you think of the changes!

@fairfieldt
Copy link
Owner

Thanks! I'll try to take a look at this stuff tonight.

@fairfieldt
Copy link
Owner

I merged the first patch, minus the require changes - I'd prefer to keep the explicit require calls.

Can you update this pull to remove the whitespace changes? I'd love to get it in.

@B7th
Copy link
Contributor Author

B7th commented Aug 23, 2016

Sure! I made a new pull to keep things separate, I hope this helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants