Skip to content

Instantly share code, notes, and snippets.

View xoco70's full-sized avatar
🎯
Focusing

Julien xoco70

🎯
Focusing
View GitHub Profile
@xoco70
xoco70 / code-review-checklist.md
Last active June 21, 2022 14:56 — 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