exception-hierarchies
π―Skillfrom yanko-belov/code-craft
exception-hierarchies skill from yanko-belov/code-craft
Part of
yanko-belov/code-craft(32 items)
Installation
npx add-skill yanko-belov/code-craftnpx add-skill yanko-belov/code-craft -s single-responsibility yagni fail-fastnpx add-skill yanko-belov/code-craft -gnpx add-skill yanko-belov/code-craft -a opencode claude-codenpx add-skill yanko-belov/code-craft -l+ 2 more commands
Skill Details
More from this repository10
input-validation skill from yanko-belov/code-craft
keep-it-simple skill from yanko-belov/code-craft
dont-repeat-yourself skill from yanko-belov/code-craft
separation-of-concerns skill from yanko-belov/code-craft
open-closed-principle skill from yanko-belov/code-craft
single-responsibility-principle skill from yanko-belov/code-craft
aaa-pattern skill from yanko-belov/code-craft
fail-fast skill from yanko-belov/code-craft
lazy-loading skill from yanko-belov/code-craft
Enforces creating abstractions and dependencies on interfaces/abstractions instead of concrete implementations, preventing tight coupling between classes and modules.