Peer Code Reviews
Code review is a technique of systematically examining the source code of a program. This is done among a group of developers working on the same project. This technique aims at improving the quality of code, finding and correcting erroneous code thus fixing vulnerabilities in a program. It also…