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

camelCased properties instead of TitleCased properties #353

Open
cedvdb opened this issue Mar 13, 2023 · 0 comments
Open

camelCased properties instead of TitleCased properties #353

cedvdb opened this issue Mar 13, 2023 · 0 comments

Comments

@cedvdb
Copy link

cedvdb commented Mar 13, 2023

The client js library could use camelCase for property names instead of PascalCase. This is more idiomatic in javascript and javascript object notation. The conversion to PascalCasing should happen in the sdk itself; instead of having to do it outside.

As per google json style guide.

C# is in the minority to use PascalCasing.

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

1 participant