Skip to content

Latest commit

 

History

History

code-development-activity

Code Development Activity

Goal: Learn about the types and frequency of activities involved in developing code.

Name Question
Branch Lifecycle How do projects manage the lifecycle of their version control branches?
Code Changes Commits What changes were made to the source code during a specified period?
Code Changes Lines What is the sum of the number of lines touched (lines added plus lines removed) in all changes to the source code during a certain period?
Change Request Commits How many code change commits are included in a change request?