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

Add methods for exposing internal state #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwerle
Copy link

@jwerle jwerle commented May 6, 2020

Hi @blakeembrey,

I hope you are doing well. This pull request introduces 4 methods on the pluralize function that expose the internal state of this module. The intended purpose of this methods could be for introspection on how this module may handle a word given to it. Consider the word audio as an example. The plural form of this word is also audio. However, there are accepted uses of the alternative plural form of this word: audios. While this may not be heard or spoken often for English speakers, it could become common in computer speak, like resource naming in APIs. I hope this makes sense

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling fe262ec on jwerle:master into e507706 on blakeembrey:master.

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