Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update README.md to include explanatory function names per #200 #206

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

Merged
merged 3 commits into from
May 11, 2017
Merged

Conversation

rouzbeh84
Copy link
Contributor

updating function name per #200 thanks to @marzelin to clean up some issues

updating function name per #200 thanks to @marzelin to clean up some issues
@rouzbeh84 rouzbeh84 changed the title Update README.md Update README.md to include explanatory function names per #200 Apr 20, 2017
@ryanmcdermott
Copy link
Owner

Thanks! My only suggestion is it might be just a tad clearer to have isActive still be isActiveClient. We may have another method down the line which will be checking if an employee is active, as an example. What are your thoughts?

@rouzbeh84
Copy link
Contributor Author

I personally agree, I was sticking to the issue discussion suggestions but this does make more sense. While typing it up I thought of `isActiveClientActive || isClientEmailActive' but was hesitant in getting too descriptive in making it so I think this is a nice happy medium :)

README.md Outdated
clients
.filter(isClientActive)
.filter(isActive)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to isActiveClient? Thanks!

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trying to stay active.... i amnot sure about everything here.. need my time

updating L278 to `isActiveClient`
@rouzbeh84
Copy link
Contributor Author

Wait, did I miss something on this? The names are so similar it feels like I missed something haha

@ryanmcdermott ryanmcdermott merged commit 3a3bb90 into ryanmcdermott:master May 11, 2017
@ryanmcdermott
Copy link
Owner

Sorry for the delay! Thank you @rouzbeh84!

@rouzbeh84
Copy link
Contributor Author

No worries at all! I just kept seeing it and was hoping I didn't mess it up somehow haha. Great project! keep up the awesome work!

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.

3 participants