This rule is Obsolete | |
Synopsis: | Do not use Hungarian notation or add any other type identification to identifiers |
Language: | C# |
Severity Level: | 6 |
Category: | Naming |
Description: |
Use of Hungarian notation is deprecated by companies like Microsoft because it introduces a programming language-dependency and complicates maintenance activities. Exceptions: [3@113], [3@122], [3@301], [3@302], [3@307], [3@401]. |