Code Conventions

General code conventions that keep a codebase predictable — reversible side effects, switching on discriminant tags, explicit-over-implicit at boundaries, configuration over hardcoded tunables, branded opaque ids, trusting types at typed boundaries, and honest empty catches. Use when writing, reviewing, or refactoring code in a typed language with an explicit boundary structure (services, plugins, modules, packages).

arch3rPro b907efc 2 files · 6.2 KB Updated

File contents

arch3rPro/dsh-skills/tree/main/skills/architecture/code-conventions commit b907efc70c

Frequently asked questions

npx skillmds@latest add arch3rpro/code-conventions