Skip to content

Instantly share code, notes, and snippets.

@cfarm
Created July 28, 2015 18:16
Show Gist options
  • Save cfarm/a4174fe6f775353a3115 to your computer and use it in GitHub Desktop.
Save cfarm/a4174fe6f775353a3115 to your computer and use it in GitHub Desktop.
code review checklist
javascript:!function(){var a=document.getElementById("new_comment_field");a&&(a.value+="### Code Review Checklist\n\n\* [ ] Do the changes address the project's needs?\n* [ ] Do the changes respect the project's existing style?\n* [ ] Does the new code avoid reproducing existing functionality?\n* [ ] Are functions as simple as possible?\n* [ ] Is the code as efficient as possible?\n* [ ] Is the usage of each function clear?\n* [ ] Have edge cases been considered and tested for?\n")}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment