software master at the intersection of technology, science and art

home

c# standards


As noted earlier, clear standards make code more readable. Consistency in code format aids in finding bugs and issues by just reading the code.

I abandoned my personal csharp standards document for David McCarter's book .NET Coding Standards: Improving Code Quality... One Developer At A Time which includes a section on best practices and anothr on good tips and technigues.