Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

Utah State University

All Graduate Theses and Dissertations, Spring 1920 to Summer 2023

2017

Approaches

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Approaches, Techniques, And Tools For Identifying Important Code Changes To Help Code Reviewers, Maneesh M. Mohanavilasam Dec 2017

Approaches, Techniques, And Tools For Identifying Important Code Changes To Help Code Reviewers, Maneesh M. Mohanavilasam

All Graduate Theses and Dissertations, Spring 1920 to Summer 2023

Software development is a collaborative process where many developers come together and work on a project. To make things easy and manageable, software is developed on a version control system. A version control system is a centralized system which stores code and adds code from all other developers as an increment to the code base in the repository. Since multiple people work on the same code repository together, it is important to make sure that their contributions do not conflict with each other. It is important to maintain the quality and integrity of the repository. This is where the code …