How strict should code review be?

Posted by Leather_Opposite_452@reddit | ExperiencedDevs | View on Reddit | 183 comments

My colleague’s verbatim attitude toward code review is that “every line of code should be scrutinized on whether it could possibly be improved”.

This results in addressing A LOT of feedback items. 90% of which have 0 impact on the performance or outcome of the code.

I’m curious whether this is the right way to do it or not. Intuitively it feels wrong to have to spend that much time on such feedback.