Skip to content

Instantly share code, notes, and snippets.

View AlotOfBlahaj's full-sized avatar
🍥
Working

AlotOfBlahaj AlotOfBlahaj

🍥
Working
View GitHub Profile

TypeScript Coding Standards

These standards describe how to design and write TypeScript code in this codebase. They are especially intended for agents: before adding patterns, libraries, adapters, or abstractions, read the existing code and prefer the local convention unless it conflicts with the safety/correctness principles below.

Decision priority

When rules pull in different directions, use this order:

  1. Preserve correctness, safety, and debuggability.
  2. Follow established project architecture and conventions.