【发布时间】:2013-08-06 16:03:35
【问题描述】:
string[] Names = {};
string[] names = {};
使用大写字母更好吗?数组和其他类型的约定是否相同?
【问题讨论】:
-
-4?哎呀,为什么这个问题很糟糕?
-
一般来说,所有变量都应该有一个
lowercaseCamelCase名字。 -
从该列表的第 1 点开始:meta.stackexchange.com/questions/156810/…
-
@JoelKidd 除了 Jan 的观点之外,even in the help center 是关于如何提问的第一个点。
-
投票重新打开(或者更确切地说不要删除:),因为它有很好的答案(在删除不相关的无效语法之后它更容易接受)。
标签: c#