Skip to content

Instantly share code, notes, and snippets.

View colinmacdonald's full-sized avatar

Colin MacDonald colinmacdonald

  • GoInstant
  • Halifax, NS
View GitHub Profile
@bendecoste
bendecoste / checklist.txt
Created April 21, 2014 19:32
Code Review Checklist
- [ ] Review code for flaws/bugs
- [ ] Ensure code matches requirements, with exceptions addressed e.g:
- [ ] Consistent with visual designs
- [ ] APIs match specifications
- [ ] Tests Should cover edge cases
- [ ] Commits are squashed
- [ ] Designer and Reviewer sign off on commit