Comment by ashwinsundar
Comment by ashwinsundar 3 days ago
The point of code review imo is to have a human-in-the-loop actually read the code and decide if it makes sense, in the broader context of the application. That means the human knows things that a linter, formatter, automated test-suite, or even AI agent doesn't know about.
If a computer is doing code review, then it's not a code review. It's an automated check. Even if it's done by AI