Skip to content

Instantly share code, notes, and snippets.

View sezeresim's full-sized avatar
👾
Working from home

Sezer Esim sezeresim

👾
Working from home
View GitHub Profile
General
1. Site uses a cache buster for expiring .js, .css, and images
2. JavaScript and CSS is minified and concatenated into logical groupings
3. Images have been optimized by ImageOptim (http://imageoptim.com/)
Markup
1. Code does not contain inline JavaScript event listeners
@sezeresim
sezeresim / review-checklist.md
Created February 10, 2021 22:52 — forked from bigsergey/review-checklist.md
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?