Skip to content

Instantly share code, notes, and snippets.

View romainquellec's full-sized avatar
🏠
Working from home

Romain Quellec romainquellec

🏠
Working from home
View GitHub Profile
@swalkinshaw
swalkinshaw / tutorial.md
Last active October 24, 2025 14:52
Designing a GraphQL API
@bigsergey
bigsergey / review-checklist.md
Last active November 5, 2025 13:06
Front-end Code Review Checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easily understand.
  4. Code is written following the coding standarts/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated more than twice?