Reviewer > Provided PTC reviews > Style reviews > Naming prefixes not used (Reviewer Review)
  
Naming prefixes not used (Reviewer Review)
Some coding standards dictate prefixes on the front of classes, attributes and interfaces. This review checks these.
MFC developers often prefix classes with \u201cC\u201d and attributes with \u201cm_\u201d.
Java and C# developers often prefix interfaces with \u201cI\u201d.
Consequences
It can help developers if low level design models accurately reflect the code.
Strategy
If you use these coding standards and the model is a low level design model, you should name items accordingly. If this is not the case then this review should be turned off.