HACKER Q&A
📣 tmaly

Code Review Checklist?


There is a major bottleneck in my team around getting code reviews done for other team members.

I am curious if you have a checklist or a process you use to streamline code reviews.


  👤 toomuchtodo Accepted Answer ✓
https://github.com/mgreiler/code-review-checklist and https://owasp.org/www-project-code-review-guide/ are a bit stale but might be sources to draw inspiration from.

👤 WinH
From my experience, you have to have a culture of code reviews to implement code reviews - if that makes sense. I have worked with a number of different teams, and have found the most success in bending the code review process to match the culture of the team. Sometimes that means all code reviews go through a single person, and other times, it means have well documented processes and bi-weekly in-person review (e.g. lots of structure).