Skip to content

Instantly share code, notes, and snippets.

View chen-gloria's full-sized avatar
:octocat:
Your idea -> Code -> Functional

Gloria Chen chen-gloria

:octocat:
Your idea -> Code -> Functional
  • Les Mills Asia Pacific
  • Australia
  • 22:27 (UTC -12:00)
View GitHub Profile
@nerandell
nerandell / code-review-checklist.md
Last active May 21, 2024 17:43
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