Skip to content

Instantly share code, notes, and snippets.

View ryanwhowe's full-sized avatar
😶
Doing the things

Ryan Howe ryanwhowe

😶
Doing the things
View GitHub Profile
@ryanwhowe
ryanwhowe / code-review-checklist.md
Last active September 29, 2022 15:30 — forked from nerandell/code-review-checklist.md
PHP Code Review Guidelines

Make sure these boxes are checked before submitting/approving the PR

General

  • The code works
  • The code is easy to understand
  • Follows coding conventions
  • Names are simple and if possible short
  • Names are spelt correctly
  • Names contain units where applicable
  • There are no usages of magic numbers