-
Notifications
You must be signed in to change notification settings - Fork 356
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 startCase function #62
Comments
Hi @shekhargulati, I would like to implement this new function if that's ok. To start, I'm writing down some test cases to practice my rusty-ish TDD. So far I have:
Is there some other use case/edge case I'm not considering that I should be aware of? Thank you |
The test cases are fine, but I think there needs to be a decision if the method should modify the input in cases of whitespaces/dashes/underscores etc. It might be a bit confusing if you pass a String like Maybe the issue description should be extended by @shekhargulati to clarify the use case for this method. |
@arcticicestudio Thank you for your comment. I agree with your thoughts/concerns. Before implementing the @shekhargulati Please let us know. Thank you all |
No description provided.
The text was updated successfully, but these errors were encountered: