Hacker News new | ask | show | jobs
by tigershark 2829 days ago
I completely disagree, if I could have a penny for a bug that I found in a code review I’ll be rich.
1 comments

Completely disagree also. Around 50% of all patches I review have real logic bugs in them. Patches I write myself aren't flawless either and often someone finds bugs in them as well.

And it's not like you have to spend several hours on thorough analysis either. Small changes takes a few minutes, medium changes 30min and larger changes should deserve a few hours.

If your team is bikeshedding in code reviews, install an automatic code formatter.