Closed AdamNorberg closed 3 years ago
https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions#camel-case specifies camel-case with a leading underscore for private or internal instance variables, which I'm so used to that I get confused when I see a camel-case instance variable without the leading underscore; I try to find where I missed the variable definition in whichever function I'm looking at....
https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions#camel-case specifies camel-case with a leading underscore for private or internal instance variables, which I'm so used to that I get confused when I see a camel-case instance variable without the leading underscore; I try to find where I missed the variable definition in whichever function I'm looking at....