Skip to content

TypeScript Style Summary (Archived)

Key themes captured in the legacy summary:

  • Prefer strict typing and explicit contracts
  • Avoid any unless justified
  • Prefer named exports
  • Avoid assertion-heavy code paths
  • Keep naming and module patterns consistent

For active standards, use:

  • apps/docs/internal/standards/coding-standards.md
  • apps/docs/internal/standards/strict-typing-guide.md

TendSocial Documentation