Created
July 28, 2015 18:16
-
-
Save cfarm/a4174fe6f775353a3115 to your computer and use it in GitHub Desktop.
code review checklist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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