Use Meaningful Name
Warns about identifiers that have names that are likely to be too short, disemvoweled, or appended with a numeric suffix.
Reasoning
Meaningful, pronounceable, unabbreviated names read better and leave less room for interpretation. Moreover, names suffixed with a number can indicate the need to look into an array, collection, or dictionary data structure.
Default severity
Suggestion
Inspection type
NamingAndConventionsIssues
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.UseMeaningfulNameInspection.cs (Prerelease-v2.5.9.6289)