Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

control-flow-clarity

Branching and state-modeling clarity in C/C++. Use when writing or refactoring logic that branches on discrete values: if/else-if ladders, status flags, mode or state ints, or anything that should be an enum plus an exhaustive switch. Covers enum class over magic ints, exhaustive switch over nested if, early-return guard clauses, table dispatch, and when each is the right call.

Étoiles5 135
Forks917
Mis à jour30 mai 2026 à 20:30
SKILL.md
readonly