Skip to content

JavaScript Style Summary (Archived)

Key themes captured in the legacy summary:

  • Prefer const/let, avoid var
  • Use explicit semicolons and consistent formatting
  • Prefer named exports
  • Avoid dynamic/eval-like patterns
  • Maintain predictable naming conventions

For active standards, use apps/docs/internal/standards/coding-standards.md.

TendSocial Documentation