Coding Days
Coding days is defined as the number of working days that engineers have done at least 1 git commit.
Computation of the metric
- Computed using the commit activity of teams and members.
- GIT/VCS tools provide the data used to analyse the commit activity.
- Coding days is 100% if there was at least 1 commit for each working day in the week (Mon-Fri)
- Coding days can be >100% if the number of coding days > number of work days, i.e., there is a commit on Sat/Sun.
Dashboards where this metric is used
- Dev Summary
- Dev Metric Grid
- Dev Throughput
Use cases of this metric
- Use this metric to understand what % of days an engineer / team is contributing code (via a git commit)
- If the team does not have a practice of commit code frequently this metric will surface that
- For developers that routinely have low coding days, use the activity log to understand what other engineering activities are consuming their time - such as PR reviews etc. Also use the Developer Summary dashboard to understand if their time is being spent in meetings
- Coding days are a potential indicator for low focus and burnout.