Skip to main content
在 Manus 中运行任何 Skill
一键导入

explicit-return-values-and-exit-conditions

Every code path must have an explicit return value or exit condition. Functions must not reach the end without returning. If a function should return nothing, explicitly return undefined, null, or void.

概览

Every code path must have an explicit return value or exit condition. Functions must not reach the end without returning. If a function should return nothing, explicitly return undefined, null, or void.

安装命令
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill explicit-return-values-and-exit-conditions

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年4月14日 05:15
SKILL.md
readonly