DEV Community

Discussion on: I made over 1,000 code reviews - this is what I learned

Collapse
 
rchernanko profile image
Richard Chernanko

Nice post :-) One thing I changed in my code review style - In the past, I always reviewed the code just in e.g. GitHub, but I soon switched to actually checking out the code locally and having a bit more of an explore. Found that I would spot things in my IDE that I never would have flagged just by looking on GitHub. Seems so obvious really but it really made a big difference!