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
Mykhailo Toporkov ๐บ๐ฆ -
Ben Halpern -
Ben Sinclair -
Ben Halpern -
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?