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

This is PascalCase, not camelCase #2

Open
threewordphrase opened this issue Mar 23, 2019 · 2 comments
Open

This is PascalCase, not camelCase #2

threewordphrase opened this issue Mar 23, 2019 · 2 comments

Comments

@threewordphrase
Copy link

PascalCase is a subset of camelCase. This package does not convert to camelCase.

https://stackoverflow.com/questions/41768733/camel-case-and-pascal-case-mistake

@abranhe
Copy link
Owner

abranhe commented Mar 23, 2019

@threewordphrase Thanks for opening this issue, and yeap this package is not converting the Pascal case, many people share the idea that Pascal case is part of camel case and many don’t (eg: Microsoft)
This package was designed only for camelCase but you can still open a pull request adding a method to convert to Pascal case somehow.
We can also add support for Dromedary case which is the regular camel case with lower case.

Read more ‘bout it
https://en.m.wikipedia.org/wiki/Camel_case

@abranhe abranhe closed this as completed Mar 23, 2019
@abranhe abranhe reopened this Mar 23, 2019
@mjschock
Copy link

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

No branches or pull requests

3 participants