Skip to content

Instantly share code, notes, and snippets.

@mathew-odwyer
mathew-odwyer / CodeReview.md
Last active February 7, 2025 19:59
Code Review Checklist

General

Warnings and Errors

  • There are no warnings present in the project.
  • There are no errors present in the project.
  • There are no warnings that have been supressed.
  • The entire solution can build and run locally on your machine.
  • The code works.