Skip to main content

About Estimation

Recycling an article I wrote in French in 2010.

Following endless estimation sessions in the project I am working on, I have come to ask myself some questions about this practice.

Why do we estimate? I think an estimation session should have two purposes.
  • To share a common understanding of upcoming stories.
  • To estimate upcoming work in order to plan the next steps and monitor the evolution of the project.
Who should attend the estimation session? Anyone who can clarify upcoming stories and anyone who will carry these stories to completion.

To improve your estimation session, you can try the following: divide the estimation session into two stages.
  1. Understanding upcoming stories.
  2. Estimating the work to be done.
Understanding upcoming stories through discussion among project participants is the highlight of an estimation session. The shared vision emerging from these exchanges will facilitate future communications.

Estimating should be more relevant and should be done faster once the stories are well understood. To further facilitate the process, I like to do the following:
  1. Print the titles of the stories to estimate on cards.
  2. Order and group these cards on a table depending on their evaluated complexities.
  3. Associate each groups with an estimate.
And do not forget that an estimate is "An approximate calculation or judgment of the value, number, quantity, or extent of something".

Recommended reading: http://martinfowler.com/bliki/PurposeOfEstimation.html

Comments

Popular posts from this blog

IntelliJ IDEA not starting: Initial heap size set to a larger value than the maximum heap size

IntelliJ IDEA didn't want to start this morning. Got the following error when trying to start it from a shell: Error occurred during initialization of VM Initial heap size set to a larger value than the maximum heap size What happened is that IntelliJ IDEA loaded the JVM Options from the new custom vmoptions file in the config directory. On Windows: %APPDATA%\Roaming\JetBrains\IntelliJIdea2020.1\idea64.exe.vmoptions On macOs: ~/Library/Application Support/JetBrains/IntelliJIdea2020.1/idea.vmoptions This file was not updated properly when I updated IntellIJ IDEA. It contained: -Xms4g -Xmx2048m Fixed the issue by editing this file: -Xms4g -Xmx4g Source: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004701620-idea-vmoptions-not-used-by-default  

VSCode in the Browser: Coder vs Gitpod vs Codespaces

Coder SaaS doesn't seem to be for individuals → "Request Demo". But they have a Setup Guide if you want to give it a try. I didn't as I just want SaaS. N.B.: Differences compared to VSCode? TL;DR: Some extensions might be missing. Gitpod Go to https://gitpod.io/#/https://github.com/<your_repository> and login with your GitHub account. Done! Also works with GitLab. Based on Eclipse Theia which is based on Visual Studio Code . Same as Coder. Some extensions might be missing. Free tier gives you enough to give it a try: 50 hours / months Public Repos Private Repos (30-Day Trial) Codespaces (Preview) Slower setup compared with Gitpod: Register to Microsoft Azure Create a Billing Plan. Timed out the first time Create Codespace Done! Full-fledged Visual Studio Code in the Browser! Freebies : 12 months of popular free services £150 credit to explore Azure for 30 days Azure free account FAQ Pricing. Conclusion I'll try both Gitpod and Codespaces in the upcoming w

Seneca - On the Shortness of Life

It is not that we have a short time to live, but that we waste a lot of it. Life is long if you know how to use it. It is a small part of life we really live [...] all the rest is not life but merely time. People are frugal in guarding their personal property; but as soon as it comes to squandering time they are most wasteful of the one thing in which it is right to be stingy. For suppose you should think that a man had had a long voyage who had been caught in a raging storm as he left harbour, and carried hither and thither and driven round and round in a circle by the rage of opposing winds? He did not have a long voyage, just a long tossing about. Putting things off is the biggest waste of life: it snatches away each day as it comes, and denies us the present by promising the future. [...] You are arranging what lies in Fortune's control, and abandoning what lies in yours. [...] The whole future lies in uncertainty: live immediately. Life&#