Mindbowser

Peer to Peer Code review

Code review is an examination of the source code. It is intended to find and fix mistakes to improving the overall quality of software which is often overlooked in the initial development phase. At Mindbowser, reviews are done through Peer-Peer code review.

We review the code by sharing the code to other developers, who in turn check the whole code(per sprint) and make the necessary changes. This is one of the best practice which is followed to make sure we are not using old classes and avoiding code to become obsolete.

We also keep the code simple for every developer and client(Comments are added wherever required) to understand.

This is done on weekly basis. Once the code review is done the code is updated on repository.