Cc Control Flow Quality

Audits and restructures control flow using Code Complete's nesting, cyclomatic complexity, loop design, guard-clause, and boolean simplification rules. Covers deep nesting, loop exit design, index naming, and callback chains. For statement-level flow inside a routine; not for routine/class structure (use cc-routine-and-class-design) or staging a broader refactor (use cc-refactoring-guidance).

ryanthedev 5758dd1 3 files · 16.7 KB Updated

File contents

ryanthedev/code-foundations/tree/main/skills/cc-control-flow-quality commit 5758dd1d52

Frequently asked questions

npx skillmds@latest add ryanthedev/cc-control-flow-quality