Hacker News new | past | comments | ask | show | jobs | submit login

C# as standard uses camelCase for internal variables and UpperCamelCase for public variables, properties and methods.

https://docs.microsoft.com/en-us/dotnet/standard/design-guid...




That's not what he meant. It's not the casing of the names, it's the switching on specific types, rather than building interfaces and using generic programming.


Ah, thank you. That's what I get for commenting when tired!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: