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 November 13, 2023 08:40
Designing a GraphQL API
@bigsergey
bigsergey / review-checklist.md
Last active April 14, 2024 01:57
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?