C# field naming guide feedback.
I want to thank everyone for their feedback on my style guide for internal variables. I'll be adding your feedback to the posts to fill out those sections that I may have understated. I'm getting a lot of great criticism and additions -- if you happen along my style guide, be sure to read the comments!
Comments
- Anonymous
July 12, 2004
Rick,
You might be interested in taking a look at http://www.anticipatingminds.com/Content/Products/devAdvantage/devAdvantageBeta20.aspx
It is (beta) static code (C#) analyzer that enforces naming conventions. It also can automatically fix most of the naming convention violations. It can be used to convert one naming convention into another almost automatically through the whole project. - Anonymous
July 14, 2004
Neat tool! I'll definately take a look at this time permitting.