| --- |
| title: "Added Lines of Code" |
| description: > |
| Added Lines of Code |
| sidebar_position: 7 |
| --- |
| |
| ## What is this metric? |
| The accumulated number of added lines of code. |
| |
| ## Why is it important? |
| 1. identify potential bottlenecks that may affect the output |
| 2. Encourage the team to implement a development model that matches the business requirements; develop excellent coding habits |
| |
| ## Which dashboard(s) does it exist in |
| N/A |
| |
| ## How is it calculated? |
| This metric is calculated by summing the additions of commits in the given data range. |
| |
| <b>Data Sources Required</b> |
| |
| This metric relies on commits collected from GitHub, GitLab or BitBucket. |
| |
| <b>Transformation Rules Required</b> |
| |
| N/A |
| |
| |
| ## How to improve? |
| 1. From the project/team dimension, observe the accumulated change in Added lines to assess the team activity and code growth rate |
| 2. From version cycle dimension, observe the active time distribution of code changes, and evaluate the effectiveness of project development model. |
| 3. From the member dimension, observe the trend and stability of code output of each member, and identify the key points that affect code output by comparison. |