Skip to content

Instantly share code, notes, and snippets.

View tarlori's full-sized avatar

Lorand Tar tarlori

  • Textmimedia Ltd
  • Arad
View GitHub Profile
@tarlori
tarlori / code-review-checklist.md
Last active November 24, 2020 11:26 — 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