Skip to content

single-letter-identifier (NM014)#

Automatic fix is not available.

What it does#

Checks for usage of single letter identifiers.

Why not?#

Single letter identifier does not provide much information about what the identifier represents. Using a more descriptive name can improve clarity, readability, and maintainability of the database schema.

When should you?#

Never.

Use instead:#

Descriptive name.