Skip to content

Instantly share code, notes, and snippets.

View misarji's full-sized avatar

Keshav Mishra misarji

  • ShortHills Tech
  • Gurugram, Haryana, India
View GitHub Profile
@misarji
misarji / php-code-review-guideline.md
Created August 22, 2022 07:42
PHP Code Review Guideline

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