Creating Team Coding Standards
It’s nice when your entire team can agree on naming standards (at least). We are currently going through the process of formalizing a few of ours in the form of a very short Word doc.
For those looking for something to start from, here are a couple of resources:
- IDesign WCF Coding Standard
- IDesign C# Coding Standard
- MSDN Naming Guidelines
- Framework Design Guidelines
- FxCop
Just remember, don’t go crazy. They should be something everyone can agree on, and something you can give to new developers to reference. Anything more than a page or two is overkill.