Skip to content

Instantly share code, notes, and snippets.

View whitneyburton's full-sized avatar
🤓

Whitney Burton whitneyburton

🤓
  • Imperfect Foods
  • Remote
View GitHub Profile
@whitneyburton
whitneyburton / code-review-checklist.md
Created December 10, 2018 18:19
Code Review Checklist

https://github.com/dForDeveloper/jeopardy

  • Is all the code easily understood?
  • Is there any commented out code? Any console.logs?
  • Do the names used in the application convey intent?
  • Are issues being used to keep track of tasks, enhancements and bugs?
  • Do the titles/descriptions of the issues provide all the relevant/necessary details for the issue? Would you be able to jump right in and assist?

Pair-to-Pair Code Review

5 mins

@whitneyburton
whitneyburton / code-review-checklist.md
Last active December 10, 2018 18:58 — forked from thatPamIAm/code-review-checklist.md
Code Review Checklist

Pair-to-Pair Code Review

5 mins

  • Get together with your group and send a link of your team's GitHub Repo to the pair that is reviewing your project.
  • Look over this guide with your project partner and highlight the pieces where your team can use assistance/you would like your reviewers to take a closer look. Fork this gist and send the forked copy over to the pair reviewing your code.

45 mins

  • Follow the instructions to clone down the repo you are given and start reviewing the codebase. Take notes for written feedback.
@whitneyburton
whitneyburton / README-Template.md
Created October 7, 2018 18:19 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites