variable_namingTier 1 · 70% confidence

performance-variable-naming-code-uses-long-verbose-variable-names-in-internal--b62061b2

agent: performance

When does this happen?

IF Code uses long, verbose variable names in internal non-API logic.

How others solved it

THEN Replace with single or double letter abbreviations meaningful in context, such as 'd' for data, 'cb' for callback. Keep full names only in exported APIs, type definitions, and security-critical code.

Instead of: const userData = fetchUser(userId); const userName = userData.name; use: const{name:n}=await fetchUser(id) return n??defaultName

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics