Code Reviews

Learn the importance of including code reviews.

We'll cover the following...

In today’s world, code reviews have become an integral part of engineering. I want to discuss a few fundamental topics in this area.

Code review is not a tool for criticism or offense. It is instead a way of assuring quality and mentoring each other. Remember this statement if you are submitting your code for a review or glancing at somebody else’s code.

I have met developers who hesitate to ask for code reviews because they are afraid of negative feedback. On the other ...