This rule is Obsolete | |
Synopsis: | Do not mix coding styles within a group of closely related classes or within a module |
Language: | C# |
Severity Level: | 9 |
Category: | Coding style |
Description: |
This coding standard gives you some room in choosing a certain style. Do keep the style consistent within a certain scope. That scope is not rigidly defined here, but is at least as big as a source file. |