Loading...
Loading...
Found 4 Skills
Suggest better variable, function, and class names based on context and conventions.
Suggests clear, descriptive names for functions and variables following consistent naming conventions. Use when naming new code constructs, renaming for clarity, or reviewing naming in code reviews.
Apply language-agnostic naming conventions using the A/HC/LC pattern. Use when naming variables, functions, or reviewing code for naming consistency.
Naming patterns and conventions based on Clean Code JavaScript principles.