You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: