Are we harder on other's people code?
YES!
But are we harder than we would be on
our code 6 months after writing it?
Maybe not?
Writing and reading code requires different mindsets:
Note: In Confusion in Code Reviews paper you can read more
about the negative impact of not knowing.
Integrantes:
AKA: Yo era otro infeliz...
(Les Luthiers: El Sendero de Warren Sánchez)
Formatting, obvious security mistakes, method size, add unit test, etc...
Best to use automated tools to detect and if something leaks through only comment on it. Drupal wise we have a Coding standards which ideally we should follow.
This needs to be attacked earlier, not at the time of delivery. If you think this is needed, it becomes a comment and can be done in future releases.
Again this becomes an opinion. Refrain from it to avoid blocking and make it be a comment.
When you "commit" to do a review, but never get around to do it. So the code is in a wait state, and doesn't get delivered.
Instead of giving me all at once, with each delivery you have a new opinion.
Yes, there are many. You can read more about the presented here or look for more at Anti-patterns in Modern Code Review IEEE paper.