C# naming convention for constants other than Pascal and All Caps
Posted
by Ismail S
on Stack Overflow
See other posts from Stack Overflow
or by Ismail S
Published on 2010-05-07T08:57:47Z
Indexed on
2010/05/07
9:08 UTC
Read the original article
Hit count: 279
c#
|naming-conventions
In my project currently we are using All caps as naming convention for constants. I would like to change it and I'm OK for me but my team lead has a strong argument that it will not visibly distinguish constant from Properties and other Types.
Please help me with any other suggestions.
© Stack Overflow or respective owner