Ask HN: Do we still need code reviews?

2 points by CedricTeyton ↗ HN
We can find plenty of “DevOps automation” tools on the market. Do you think it still makes sense to do code reviews?

4 comments

[ 3.2 ms ] story [ 20.2 ms ] thread
Yes, great to communicate.
And out of curiosity, where do you hold your code reviews? Your hosting platform (GitHub, GitLab...) or elsewhere (Slack, Teams...)?
I don't think people have become smarter or programming easier in the last few years, so why should code reviews become less useful?

Automation tools generally facilitate and accelerate going from a mistake to a mistake in production: even if automation also helps with undoing mistakes, reducing friction increases the need for deliberate and preemptive verification, including code reviews.