Skip to content

Instantly share code, notes, and snippets.

View techhazard's full-sized avatar

Vince van Oosten techhazard

View GitHub Profile
@techhazard
techhazard / Code_Review.md
Last active August 13, 2020 08:22 — forked from Attumm/Code_Review.md
Code_Review.md

CODE REVIEW GUIDE

Technical

Read the code like a compiler

Read each line of code line by line. Never assume, always check.

Trust but verify.
  • When in doubt create a dissuscion to check.
  • Learn the list of code smells by heart.