Name

Intensity

Synopsis

Purpose
Establish a relative rating for heightened productivity and dealing with demanding issues.
Formula
Intensity = Saves + Tackles + (Avg. Temperature - 72)

Example

The individual coders on a software team are measured to have the following Skill Metric values for a software release:

Coder A: Saves 7, Tackles 2, Avg. Temperature 79.6
Coder B: Saves 3, Tackles 4, Avg. Temperature 66.3
Coder C: Saves 0, Tackles 3, Avg. Temperature 84.8
Coder D: Saves 1, Tackles 3, Avg. Temperature 69.5

The Intensity metric for each coder can then be calculated as follows:

Intensity Coder A = 7 + 2 + (79.6 - 72) = 16.6
Intensity Coder B = 3 + 4 + (66.3 - 72) = 1.3
Intensity Coder C = 0 + 3 + (84.8 - 72) = 15.8
Intensity Coder D = 1 + 3 + (69.5 - 72) = 0.5

Notes

The Intensity metric is designed to help identify coders who provide high-energy value to a software team by handling pressure situations (Saves), dealing with problems proactively (Tackles), or by just finishing a lot of work (Avg. Temperature). I call this metric Intensity because all these accomplishments require a certain focus or intensity, and a coder who demonstrates significantly greater accomplishments in these areas is a coder with greater intensity.

The formula relies on determining the difference between the Average Temperature and the starting “base” temperature of 72. If you choose to use a different base temperature (which I call “room” temperature in the Skill Metric formula) then you would use that base temperature ...

Get Codermetrics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.