Skip to content

Instantly share code, notes, and snippets.

View pvinthemix's full-sized avatar

Paul Vangelakos pvinthemix

View GitHub Profile
@pvinthemix
pvinthemix / code-review-checklist.md
Last active December 10, 2018 18:51 — forked from thatPamIAm/code-review-checklist.md
Code Review Checklist - Wheel of Fortune - Heather and Paul

Pair-to-Pair Code Review

Would like reviewd

  • Methods in the player class..can they live somewhere else, possibly game?
  • Suggestions on populating the current puzzle onto the game board.
  • Does the domUpdates file and the index.js file look like they are seperated appropriately?
  • Suggestions on the guessLetter function.
  • Feedback on the UI instructions for actually playing the game.
  • Feedback on tests.