Defensive

Defensive programming for any code: validating inputs at every boundary, checking for null and absent values, supplying safe fallbacks, catching and logging exceptions, and degrading gracefully rather than failing. Use when someone asks to make code robust, resilient, safer, or harder to crash. Routes to the sub-skill matching the kind of work.

rainmanjam Updated

File contents

rainmanjam/poka-yoke/tree/main/benchmarks/controls/defensive/skills/defensive commit 156a78ae9b

Frequently asked questions

npx skillmds@latest add rainmanjam/defensive