Principles
- Throw early with guard clauses — fail fast at the top of functions
- Never swallow errors silently — log or propagate every failure
Rules
See rules/ for detailed patterns.
服务器端架构和安全模式。在核心编码标准的基础上扩展了API、错误处理和安全规则。在构建API或服务器逻辑时使用。
See rules/ for detailed patterns.