集合命名约定

发布于 2024-09-26 05:23:07 字数 439 浏览 1 评论 0原文

我应该如何命名保存列宽的数组?我会使用:

int[] columnsWidths;

但我在很多地方看到类似的名称:

columnWidths

colWidths

当然“列的宽度”只是一个例子。

此外,我认为还有另一种情况,当2个单词不是2个单独的单词,而是创建某种名称时,例如

class TableView

在这种情况下变量的名称应该是什么样子?

TableView[] tableViews;

或者

TableView[] tablesViews;

how should I name array that holds widths of columns? I would use:

int[] columnsWidths;

but I saw in many places names like:

columnWidths

or

colWidths

Of course "widths of columns" is only an example.

Moreover, I think there is also another case, when 2 words are not 2 separate words, but create some kind of name, e.g.

class TableView

How in this case variable's name should look like?

TableView[] tableViews;

or

TableView[] tablesViews;

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

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

发布评论

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

评论(1

↙厌世 2024-10-03 05:23:07

阅读代码完整。但答案没有正确或错误之分——选择适合你和你的同事的答案并保持一致。

Read Code Complete. But there is no right or wrong answer -- choose what suits you and your colleagues and be consistent.

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