DEV Community

Baskarrao Dandlamudi
Baskarrao Dandlamudi

Posted on

Effective and Fun Code Review

What do you primarily look for when you start reviewing code written by your peer? What tools do you use? While coding is fun, how do you make the review process fun?

Top comments (1)

Collapse
 
baskarmib profile image
Baskarrao Dandlamudi

As part of code reviews one should try to implement DRY - Don’t Repeat Yourself and see if we are following KISS - Keep it Simple and as part of design phase incorporate SOLID. What others do you suggest?