Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
License
Notifications You must be signed in to change notification settings
mgreiler/awesome-code-review-checklists
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file
Folders and files
Last commit message
Last commit date
Latest commit
History
View all files
Repository files navigation
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