-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Rename clientDataJson
to clientDataJSON
#450
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #450 +/- ##
=======================================
Coverage 77.52% 77.52%
=======================================
Files 98 98
Lines 2714 2714
Branches 445 445
=======================================
Hits 2104 2104
Misses 491 491
Partials 119 119 ☔ View full report in Codecov by Sentry. |
This is one of those things that has been inconsistent from day one. Should we take the call to rename all instances of |
I was not sure if we want to use |
@abergs , @iamcarbon , opinions? |
My personal preference would be to use clientDataJSON during JSON serialization, and rename all the C# properties to "ClientDataJson" to remain consistent with .NET conventions. |
For serialization/deserialization it should definitely be named I would have tried to make the point on keeping Go ahead and rename it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good!
Fixes #338.