awesome-code-review-checklists
awesome-code-review-checklists copied to clipboard
Awesome Code Review Checklists
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.
General Code Review Checklists
- Code Review Checklist by Michaela Greiler This list covers all relevant aspects from implementation, to readability and secuity.
- Code Review Checklist by Suremder Reddy Gutha Short code review list with nice visualization.
Company Code Review Checklists
Security Related Code Review Checklists
- 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.
Java Code Review Checklists
- 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.
JavaScript Code Review Checklists
- Google's JavaScript Guideline
- AirBnB JavaScript Guidelines
- Short JavaScript Checklist
- JavaScript Code Review Guideline including Frameworks such as Angular 1 & JQuery
C# Code Review Checklists
C++ Code Review Checklists
Python Code Review Checklists
Pull Request Checklist
- 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.