TIL of the Golden Rules of Code Review
POSTED ON:
TAGS: programming teamwork
-
Remember that there is a human being on the other end of the review.
-
Never tell someone that the code needs to be fixed without giving suggestions or recommendations on what to fix or how to fix it.
-
Assume good intent.
-
Clarify the action and the level of importance.
-
Don't forget that code feedback – and all feedback – includes praise.
Related TILs
Tagged: programming