Code Review Guide

⸺ by Charles Iliya Krempeaux

The following is a guide on what to do and what not to do when doing a .

Acceptable

These are the things that are acceptable for you to comment on when you are reviewing someone else's (another 's) :

Not Acceptable

When you are reviewing someone else's code, do not ever give a comment on style!

You will just piss them off, make then unhappy, and lower their productivity.

People need to feel that they own the code they are working so that they will take responibility for it. If you start pushing them to change the style of their code they will no longer feel like they own the code. They will feel you own the code. And will not take responsibility for it.

But you need them to feel like they own the code, so that they will take responsibility for it.

Optional Advise

It is OK to give advice on future-proofing, but you MUST make it clear to them that the advise is optional, and they are free to ignore if they want to.