DEV Community

Discussion on: 10 Principles of a Good Code Review

Collapse
 
david_j_eddy profile image
David J Eddy
I don't see a reason to checkout, build the code, and test it myself. I rely on the CI system to be doing these basic checks for me. Manually doing this step would take a lot of my time and yield little to no benefit -- unless there is something specific I wish to check.

+1 This is exactly what automated testing is such a powerful tool.