Skip to content

Code Reviews

  • Cr Code Reviews

Code reviews are an important part of the software development life cycle (SDLC) and are essential for ensuring quality and best practices in web development. Essentially, code reviews involve one or more peers of the programmer reviewing the code they’ve written, to ensure it meets the desired standards. During a code review, the peers will look for errors, omissions, and inconsistencies, and provide feedback on the code. This feedback is then used by the programmer to make necessary improvements and corrections. 

Code reviews are an invaluable tool for ensuring quality in software development, as they allow for a second set of eyes to spot any mistakes that may have been overlooked by the programmer. They also provide an opportunity for programmers to learn from their peers and to become better developers by learning from their mistakes. Code reviews are an important part of any web development project and should not be overlooked.

Atlantic BT regularly uses pull requests inside Atlassian’s Bitbucket to facilitate peer code reviews.