-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
to_upper/1
is not so obvious
#2
Comments
Maybe don't reinvent the ones that's already in string module? i.e. simply leave out upper, lower, etc. |
@princemaple thanks for the feedback! My idea was to rename the existing |
Yep, I meant after that, no need to add it back. |
String module already got upper, lower and capital covered. |
sobolevn
added a commit
that referenced
this issue
Jul 15, 2017
Changes: - `UpperCase` renamed to `PascalCase` - `Recase.to_upper/1` renamed to `Recase.to_pascal/1` - `upper_case_test.exs` renamed to `pascal_case_test.exs` - Made changes to reflect `Pascal` and `Upper` case issue Closes #2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to_upper/1
could be misleading. Since upper case isSOME-VALUE
.I guess it should be renamed to
to_pascal/1
.The text was updated successfully, but these errors were encountered: