-
Notifications
You must be signed in to change notification settings - Fork 22
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 constants to PascalCase #58
Comments
@AnTao I dont quite understand ? Currently all constants are in CAPS, which is not correct according to the style guide in the OP. So the source code must be refactored to rename the constants in PascalCase as the style guide says! |
@OGKevin my bad, you are right! 👍 |
To contribute you can follow this guide: https://guides.github.com/activities/forking/
The constants in https://github.com/bunq/sdk_csharp/tree/develop/BunqSdk/Model/Generated should not be changed as these must be changed on bunq’s end. As these files are generated.
Thanks for helping out 👍
… On 27 Dec 2017, at 14:17, João Antão ***@***.***> wrote:
Hi again, @OGKevin <https://github.com/ogkevin> . I would like to start contributing to bunq oss for several reasons... I have a small contribution to start regarding this issue. But I cannot push the feature branch towards github. (I am getting a 403) Do I need special permissions?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#58 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ARGTBpq1AacP0QVKGlgNOYYyPw7snem-ks5tEkOFgaJpZM4RJrfN>.
|
Thanks for the input @OGKevin , closed the other PR's cause they did not followed the naming conventions. Hopefully in the next days I will look further into the codebase 👍 |
Due to this introducing a lot of breaking change, this will be moved to |
@AnTao We can still finish up the PR tho! |
@AnTao I think the constants in the non generated files are almost done 👏 🎊 👍. The ones in the generated folder, ill take care of them once |
Steps to reproduce:
What should happen:
What happens:
See also:
https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions
Implementations
The text was updated successfully, but these errors were encountered: