code review checklist
July 28, 2015 ยท View on GitHub
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")}();