Renaming overrides for C# convention #9201
Closed
PerfectlyFineCode
started this conversation in
Scripting
Replies: 1 comment
-
Thanks for the proposal! Consolidating in #757. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw that method overrides starts with an underscore, that goes against C# convention. Methods should be PascalCase and should not include characters such as
_
.So my suggestion is to rename
_Ready
_Process
and other APIs to fit the C# Convention, so_Ready
would translate toReady
.Beta Was this translation helpful? Give feedback.
All reactions