private const int THE_ANSWER = 42;
要么
private const int theAnswer = 42;
我个人认为在现代IDE中我们应该使用camelCase,因为ALL_CAPS看起来很奇怪.你怎么看?
c# const naming-conventions
c# ×1
const ×1
naming-conventions ×1