Methods, Not Methodology (5): Predict without Estimation
Estimation is the most disputed practice in software development. The reasons include:
But the real reason is some kind of human being's fault:
People do develop adaptive ways to reduce the requirement of certainty, but we still need to predict something in some cases (Actually, precise prediction is the most exciting ability that scientists or society pursues. And I won't argue that the best way to predict future is create it). So the question is:
Statistics comes to rescue.
The development effort is always different between individual stories. One story needs 2 days while another needs 5. But given 20 stories and another 20 stories, the effort is almost same. So, how about just use the completed story count as the velocity? Then you can predict future by just counting, not estimating!
Does this method require less variance among stories' size? It does at the first glance. But again, statistics comes to rescue. It doesn't require less variance among stories' size; it just requires less variance among stories' size variance. It is true by nature. As long as stories' size follows the normal distribution, the bell curve, using story count as the velocity is a good enough estimation.
I find someone else has same opinion as me. For more explanation, see the following article: story-points-considered-harmful-or-why