Wednesday 25 February 2015

Doing peer code review in Git and Eclipse (Java/C++)


Peer code reviews will help a lot during coding stage to ensure the correctness of the code.

We know that doing smaller commits will minimize the bugs.

Combining the above two will really help to have a better code.

Following can be a tip to do a peer code review if you use Git.

  1. Developer does a rebase and do a smaller commit.
  2. Developer creates patch with git format-patch -1 (sha of commit)
  3. Developer emails the patch with rebase line info !!!
  4. Reviewer rebase to the same line
  5. Reviewer applies the patch
  6. Reviewer uses git difftool to review and mentions that as comment in the code area with //TODO
  7. Reviewer creates patch and sends as mail to the developer.

  
If you dont have any other review system, this may help.

No comments:

Post a Comment

Gallery

Object Oritented, Git

Most Commented

OOAD

Contact Form

Name

Email *

Message *

2014 © Planer - Responsive Blogger Magazine Theme
Planer theme by Way2themes