C# naming conventions for acronyms

前端 未结 8 2066
耶瑟儿~
耶瑟儿~ 2020-12-04 09:55

Regarding C# naming for acronyms, if I was writing a library related to the Windows API is there any strong convention toward either WindowsApi or WindowsAPI or is it just p

8条回答
  •  执笔经年
    2020-12-04 10:00

    It's all just personal (or organizational) preference. As long as you're consistent, you'll be ok.

    The .NET Framework itself would use WindowsApi.

提交回复
热议问题