How To: Set Coding Best Practices
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Rule: Code Authoring Standards
- Always format and check work before returning results.
- Prefer `types` over `interfaces` in TypeScript.
- Apply concise, human-readable JS Docs using the Hemingway test.