clean-codejs-objects
π―Skillfrom damianwrooby/javascript-clean-code-skills
Validates and refactors JavaScript object structures to improve code readability, maintainability, and adherence to clean coding principles.
Part of
damianwrooby/javascript-clean-code-skills(5 items)
Installation
npx skills add damianwrooby/javascript-clean-code-skillsnpx skills add damianwrooby/javascript-clean-code-skills/skills/clean-codejs-namingnpx skills add damianwrooby/javascript-clean-code-skills/skills/clean-codejs-functionsnpx skills add damianwrooby/javascript-clean-code-skills/skills/clean-codejs-modulesnpx skills add damianwrooby/javascript-clean-code-skills/skills/clean-codejs-comments+ 1 more commands
More from this repository4
Automatically detects and refactors JavaScript comments, removing redundancies and improving code documentation clarity and maintainability.
Refactors JavaScript modules to improve code organization, reduce complexity, and enhance maintainability through modular design patterns and best practices.
Validates and refactors JavaScript variable, function, and class names to improve code readability, maintainability, and adherence to naming conventions.
Refactors JavaScript functions to improve readability, reduce complexity, and apply clean code principles like single responsibility and minimal side effects.