EssentialCSharp icon indicating copy to clipboard operation
EssentialCSharp copied to clipboard

Refactor to access modifier, static, then return type

Open BenjaminMichaelis opened this issue 3 years ago • 2 comments

MicrosoftTeams-image (2) 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.

BenjaminMichaelis avatar Apr 14 '22 23:04 BenjaminMichaelis

This needs to be done in one big refactoring

BenjaminMichaelis avatar Sep 30 '22 16:09 BenjaminMichaelis

I would propose we go with access modifier first to avoid running afoul of IDE0036 messages showing in tools.

Keboo avatar Sep 30 '22 16:09 Keboo