在C#中ID/OK曾经被使用过吗?

发布于 2024-11-28 18:20:03 字数 44 浏览 0 评论 0原文

使用标准命名约定时,是否存在使用全部大写的 ID 或 OK 是正确的情况?

With standard naming conventions is there ever a scenario that it is correct to use ID or OK in all capitals?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小草泠泠 2024-12-05 18:20:03

不可以。根据 .NET Framework 设计指南,正确的大写是 IdOk,因为这些是缩写,而不是首字母缩略词。

但是,如果您已经拥有已使用 IDOK 的发布 DLL,那么您不应该更改它们,因为这会破坏消费者。因此,例如,.NET Framework 中有一些这些大写字母的实例。

No. According to the .NET Framework design guidelines, the correct capitalization is Id and Ok as these are abbreviations, not acronyms.

However, if you already have shipping DLLs which already use ID or OK then you should not change them as it will break consumers. Hence why the .NET Framework has some instances of these capitalizations, for example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文