Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

result-vs-exceptions

// Code review guide for choosing between Result types and thrown exceptions. Recoverable, expected failures should be returned as Result values; only unrecoverable bugs and broken invariants should throw. Use when reviewing code that introduces a new error class, a new `throw`, a new `try/catch`, or a function whose failure path the caller is expected to handle.

$ git log --oneline --stat
stars:٤
forks:١
updated:١٤ مايو ٢٠٢٦ في ٠٠:١٩
SKILL.md
readonly