Back to Developer Roadmap

Questions to Ask

src/data/roadmaps/code-review/content/tests.md

4.0231 B
Original Source

Questions to Ask

  • Are all tests passing?
  • Are new features reasonably tested?
  • Are corner cases tested?
  • Is it using unit tests where possible, integration tests where necessary?
  • Are there tests for NFRs, e.g. performance?