I have seen a lot of people asking for a C# Coding Standard and Design Guide. Here are some documents and tools that I refer to:
Design Guidelines for Developing Class Libraries
Tools - StyleCop
Giving me +1 tells me you liked this article! Thanks in advance
Did you like this post?
|
|
|
||
|
|
|
|
Save on Delicious |
|
|
subscribe via rss |
|
subscribe via e-mail |
|
|
print this post |
|
follow me on twitter |




comments
3 Responses to "C# Coding Standards, Design Guidelines and Tools"I have been working on C# coding guidelines since 2003 and have recently published free guidelines for C# 3.0. Check it out at http://www.dennisdoomen.net/2009/03/new-coding-guidelines-for-c-30.html
Thanks Dennis for that link!
We use StyleCop to check the coding guidelines (style) and FxCop to check basic design guidelines.
We think that only with tool support, the guidelines can be followed. If the guidelines are just "Paper" then there will be a lot of violations (by will or not) and you would have to make code reviews to check the basic guidelines. I prefer that code reviews consider higher goals than just style of coding.
Post a Comment