A curated list of code review checklists.
Contributions welcome!
Please add code review checklists that you have checked for their awesomeness. Also, please help validate and check existing checklists and raise any concerns that you have with them.
- Code Review Checklist by Michaela Greiler This list covers all relevant aspects from implementation, to readability and secuity.
- Checlist from Pluralsight
- Code Review Checklist by Suremder Reddy Gutha Short code review list with nice visualization.
- OWASP Web Application Security Testing Checklist
- Security Audit Checklist: Code Perspective from University of Washington General tips from two perspectives: Programmer and Attacker. Also tips specific to Ruby/Java/JSP/PHP
- Secure Code Review Checklist Modelled after OWASP.
- 30+ items for Reviewing Java Code A checklist with concrete examples, covering aspects relevant to object-oriented programming.
- Java Code Review Checklist from DZone Concrete list for Java.
- Java Concurrency Checklist An in-depth ressource dedicated to Java concurrency best practices.
- Google's JavaScript Guideline
- AirBnB JavaScript Guidelines
- Short JavaScript Checklist
- JavaScript Code Review Guideline including Frameworks such as Angular 1 & JQuery
- Frontend pull request checklist This a meta checklist that makes sure you have done all necessary checks before your frontend code goes through a pull request.