show/hide this revision's text 2 added 4 characters in body; edited tags

I would like to know how programmers do review of code written by others. I find myself bit sloppy in that respect. When ever a expereinced experienced programmer sends a request for reviewing code, I fail to be serious when going through the code just for the reason that I believe that he/she cannot be wrong. Most of the time I send back reply as 'No comments'. If the request is from not so experienced programmer I am better in reviewing but not entirely.

Recently, a bug was fixed and was released to the customer only to find another issue getting reported.It was later realised realized that if the team had done a proper review of the fix, the issue could have been avoided.

Any best practices for reviewing code and bug fixes done by others in your team?

-Prabhu

show/hide this revision's text 1

Efficient Code Review

I would like to know how programmers do review of code written by others. I find myself bit sloppy in that respect. When ever a expereinced programmer sends a request for reviewing code, I fail to be serious when going through code just for the reason that I believe that he/she cannot be wrong. Most of the time I send back reply as 'No comments'. If the request is from not so experienced programmer I am better in reviewing but not entirely.

Recently, a bug was fixed and was released to the customer only to find another issue getting reported.It was later realised that if the team had done a proper review of the fix, the issue could have been avoided.

Any best practices for reviewing code and bug fixes done by others in your team?

-Prabhu