c# - Bad naming of the VS created functions: button_click -
according framework design guidelines microsoft, naming convention methods pascalcasing , underscore not option. why default method naming events used underscores. example default name button's click event buttoncancel_click instead of buttoncancelclick.
if exception methods (which seems ok) how possible add exception visual studio warnings disappears?
i'm using resharper, there problem how add exception resharper rules.
Comments
Post a Comment