Code Architecture Wrong Abstraction

Decide whether to abstract, duplicate, inline, or split code. Use when creating shared utilities, components, facades, hooks, service wrappers, or DRY/WET refactors; reviewing parameter-heavy helpers, option flags, shallow facades, or premature abstractions. For broad behavior-preserving restructuring use refactoring; for component extraction use decompose.

flpbalada 2d43f94 2.6 KB Updated

File contents

flpbalada/fb-skills/tree/main/skills/code-architecture-wrong-abstraction commit 2d43f948a1

Frequently asked questions

npx skillmds@latest add flpbalada/code-architecture-wrong-abstraction