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?
For further actions, you may consider blocking this person and/or reporting abuse
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?
For further actions, you may consider blocking this person and/or reporting abuse
Sukhpinder Singh -
Gabrielle Niamat -
Sukhpinder Singh -
conjurer -
Top comments (1)
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?