Kibar
Kibar
CC#
Created by Kibar on 3/23/2023 in #help
❔ C# private methods capitalization convention
What is the official capitalization convention for private methods? The capitalization convention page (https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions) does not mention private methods explicitly. However the dotnet runtime repo enforces PascalCase for all methods (https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/coding-style.md number 13) So what is the official convention?
55 replies