HACKER Q&A
📣 CedricTeyton

Do we still need code reviews?


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


  👤 HelloNurse Accepted Answer ✓
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.


👤 heldrida
Yes, great to communicate.