Hacker News new | ask | show | jobs
by java-man 2230 days ago
"Story Points are a subjective measure decided and agreed upon by an individual software development team or organization."

ha ha. garbage in, garbage out:

The first question I ask a new team: what is the unit of measure for a story point? The first answer is usually "it does not matter".

Then, after much explaining, they would give something like one man-hour, or half a day for one developer, or some such. Amazingly, even within the single team, there often no agreement on how the story points are measured.

And if you don't use objective units of measure, then the metric is useless.

1 comments

Very true! The article doesn't mention that individual teams can't agree but that's another reason velocity is sketchy.

Java-man, I take it you don't track velocity? What metrics do you like to track?

something similar to [0]. a little example of breaking work into small pieces (without schedule estimates) is here [1].

0. https://www.joelonsoftware.com/2007/10/26/evidence-based-sch...

1. https://github.com/andy-goryachev/PasswordSafe/blob/master/F...