EssentialCSharp
EssentialCSharp copied to clipboard
Refactor to access modifier, static, then return type
In 6.36 we have static public string instead of public static string;
Which ordering do we want to make consistent? Right now typically I see is access specifier then static, then return value, then name.
This needs to be done in one big refactoring
I would propose we go with access modifier first to avoid running afoul of IDE0036 messages showing in tools.