Skip to content

Instantly share code, notes, and snippets.

View lifenstein's full-sized avatar

Ashley Wilson lifenstein

View GitHub Profile
@lifenstein
lifenstein / review-checklist.md
Last active May 30, 2019 02:11 — forked from barakplasma/review-checklist.md
Front-end Code Review Checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easy to understand.
  4. Code is written following the relevant coding standards/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated anywhere?