Test Driven Code-Reviews: A Code Review Technique which actually increases the Code as well as Test Quality

Daksh Gupta
7 min readSep 13, 2019
#TestDrivenCodeReviews

What comes to your mind when you hear the word Code Reviews?

A Code Review Session

A Code Review is a formal process by which the code(s) written by software developer(s) are analysed by people to make sure its correct, does what it intends to do, conforms to organizational quality standards and free of any obvious bugs.

How Code Reviews are conducted?

Whether it’s an online review, or offline review, the most widely used way is the one where the software developer(s) walk reviewers through the code and explains what the code does.

Alternatively, reviewers can also look into the code offline and can contact the software developer(s) if required

Post these steps, the reviewers provides some review comments and ask software developers to change the code and come back to them for approval.

Do you see any problem(s) with this Approach?

At the outset you might be wondering about this question? We have done code reviews like…

--

--

Daksh Gupta
Daksh Gupta

Written by Daksh Gupta

🔹Software Product Development Consultant, Trainer, & Coach🔹 Tech Speaker & Content Creator 🔹 youtube.com/@Cognitive-Programmer 🔹 linkedin.com/in/iDaksh

Responses (1)