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

Transferring SMS from iPhone to Android (for developers)

I recently bought a Nexus 4 to replace my old iPhone 3GS. The transition has been smooth except for the transfer of the SMS from iPhone to Android which led me to write some code and this post. The most interesting article I found on this subject was  iPhone SMS to Android Converter . Considering iSMS2droid has not been updated since October 2011 and does not seem to be compatible with iOS 6, if you choose this solution, you will have to upload your messages on  Jan Grewe  server. You decide for yourself if you are OK with sending your SMS database to his server. I chose to follow another path. After failing to find iSMS2droid or SMS Backup & Restore source code I started coding my own  SMS transfer application . Limitations Only works with iOS 6 SMS Only works with Android having the  sms://  content provider Does not handle attachments yet Requires  Android SDK  to build the Android app Step 1: Find your iPhone SMS...

Make your Windows command line better

In my current project, I am stuck with Windows 7 which means no Bash :( I could have installed Cygwin as usual but this time, I decided to extend my knowledge of the Windows command line and I found this: doskey . With the doskeys defined below, the Windows command line is still far from being as powerful as an old good Bash but it is a bit more user friendly. Even better, I found the Windows PowerShell which has familiar notions like profile and aliases . The doskeys I use: My PowerShell profile: Recommended link: https://github.com/mathiasbynens/dotfiles/blob/master/.aliases