DEV Community

Discussion on: Good Code Reviews

Collapse
 
danielkun profile image
Daniel Albuschat

I agree wholeheartedly with everything said in the article. This article is especially great to prepare you when you are about to introduce a Code Review process in your team.
For my last team, I've written a small online tool to be used for the mentioned checklist. It is very easy and efficient to handle and includes a "hierarchy" of things, so that only parts of the checklist need to be filled out that are relevant to the code under review.

You can have a look at it here:
guess-what.io/c
Here is an example checklist for code reviews:
guess-what.io/c/2DglcWlYmE6ITeHAlB...

I hope that others will find it helpful and maybe use it on a daily basis, too.

Collapse
 
mporam profile image
Mike Oram

Thanks daniel, this sounds really great, will definitely check it out! Thanks for the feedback!