getx
getx copied to clipboard
camelCase function ambigious
Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
Every PR must update the corresponding documentation in the code, and also the readme in english with the following changes.
Pre-launch Checklist
- [x] I updated/added relevant documentation (doc comments with
///). - [x] I added new tests to check the change I am making or feature I am adding, or @jonataslaw said the PR is test-exempt.
- [x] All existing and new tests are passing.
The existing camelCase function is ambigious. It actually means toLowerCamelCase. So I deprecated it and then added [lowerCamelCase, upperCamelCase ] functions. It has backwards compatibility, so I think it'll be ok.
Thanks
You're right, the name is completely ambiguous. Thank you very much for your contribution. I will merge this soon
You're right, the name is completely ambiguous. Thank you very much for your contribution. I will merge this soon
Is this pr still valid to merge?