Test Driven Code-Reviews: A Code Review Technique which actually increases the Code as well as Test Quality
What comes to your mind when you hear the word Code Reviews?
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…