C# Code Rules Part 1
Edit: There is a new article that replaces these two articles and uses the more modern editor config format. These two articles are still useful for .NET framework and teams using the older configuration. It’s also worth reading about my thoughts on code rules in general. You can read the second part here. This is more of a How To Guide if you want to skip the writing. As a human, you can’t be trusted to write good quality code. In fact, you’ve probably made a tonne of coding mistakes just in the last half an hour or so. I’m making spelling and grammar mistakes right now as I type. The thing is, Word Processors and plain old Text Boxes have learnt to alert you when you are making a mistake. Unfortunately for C# programmers, coding checkers are not as...