Skip to content

Instantly share code, notes, and snippets.

View Manyonge's full-sized avatar
🎯
Focusing

Arthur Manyonge Manyonge

🎯
Focusing
  • 08:25 (UTC -12:00)
View GitHub Profile
@nerandell
nerandell / code-review-checklist.md
Last active January 29, 2026 08:16
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
@anubhavshrimal
anubhavshrimal / CountryCodes.json
Last active March 19, 2026 17:06 — forked from Goles/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"