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

[Style] Establish a code style for functions and properties #267

Closed
shpaass opened this issue Sep 6, 2024 · 1 comment
Closed

[Style] Establish a code style for functions and properties #267

shpaass opened this issue Sep 6, 2024 · 1 comment

Comments

@shpaass
Copy link
Owner

shpaass commented Sep 6, 2024

I have noticed that many classes have their functions named in camelCase, when the C# convention is PascalCase.
However, renaming it all is going to be such a hell with serialization that even I don't want to do that.

Thus, the intention of this ticket is to just check that most (or all) the code uses camelCase for methods and attributes, and then we add this part into our code style.

@shpaass shpaass changed the title [Style] Figure out code style regarding function and property naming [Style] Establish a code style for functions and properties Sep 6, 2024
@shpaass
Copy link
Owner Author

shpaass commented Sep 11, 2024

Implemented by #277

@shpaass shpaass closed this as completed Sep 11, 2024
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