Friday, September 11, 2015

private const strings which are class-wide, or controller-wide, or code behind-wide should probably be in Pascal Case (or maybe, alternatively all caps)

They should break with the camel-case-with-a-leading-underscore convention that private variables which are class-wide, or controller-wide, or code behind-wide typically deserve in C#.

No comments:

Post a Comment