Cleanup Unnecessary Variables

Safe removal of unnecessary variables during code review and refactoring. Use when simplifying code, inlining temporary or single-use variables, or removing redundant aliases, while preserving runtime behaviour, evaluation order, and variables kept for readability or debugging.

timmo001 b25c579 1.7 KB Updated

File contents

timmo001/skills/tree/main/cleanup-unnecessary-variables commit b25c579bc7

Frequently asked questions

npx skillmds@latest add timmo001/cleanup-unnecessary-variables