Skip to content

Coding Standards

  • Node: Use async/await, handle errors with consistent structure.
  • React: Functional components, hooks, prop typing where helpful.
  • Testing: Arrange-Act-Assert; deterministic tests; isolate network with mocks.
  • Secrets: Never commit .env; use placeholders and GitHub Secrets.