About us | Join us | Hire us | Contact us | Google Group

How to do code reviews at Exoweb

In exoweb, there is a Developer Daily Routine. It's a order by priority. The first one is reading and responding to all unread email, the second one is performing code reviews.

CodeReview WorkFlow?

  • When developer commits a changeset for related ticket, the changeset will be displayed in "Awaiting code reviews" area. Developer should change related ticket's status to "committed".
  • Other guys of the team will test and check the changeset from "Awaiting codereview" lists and "Undergoing codereview" lists, comment it.
  • When a changeset has been reviewed by at least 3 guys, it will be changed to "completed" state. Trac will send a notification email to team automatically.
  • When the committer of the changeset received the notification email, he will need to do codereview fix by seeing and thinking comments of others', then will committed new changeset and comment ticket.
  • It will start a new codereview flow until no new suggestions from others. Change related ticket's state to "fixed".

What's the content of CodeReview