Use Meaningful Name
Warns about identifiers that have names that are likely to be too short, disemvoweled, or appended with a numeric suffix.
NEW! This inspection is only available in pre-release builds.
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
QuickFixes
The following quickfixes are available for this inspection:
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.UseMeaningfulNameInspection.cs (Prerelease-v2.5.2.6174)