Do you inflate your estimated completion dates? If so why? How much?
I tend to inflate mine a little because I can be overly optimistic.
|
21
|
Do you inflate your estimated completion dates? If so why? How much? I tend to inflate mine a little because I can be overly optimistic. |
||||
|
|
|
<sneaky> But seriously, through using EBS I found that people are usually much better at estimating small tasks than large ones. If you estimate your project at 4 months, it could very well be 7 month before it's done; or it might not. If your estimate of a task is 35 minutes, on the other hand, it's usually about right. FogBugz's EBS system shows you a graph of your estimation history, and from my experience (looking at other people's graphs as well) people are indeed much better at estimating short tasks. So my suggestion is to switch from doing voodoo multiplication of your projects as totals, and start breaking them down upfront into lots of very small tasks that you're much better at estimating. Then multiply the whole thing by 3.14. |
|||
|
|
We have to, because our idiot manager always reduces them without any justification whatever. Of course, as soon as he realizes we do this, we're stuck in an arms race... I fully expect to be the first person to submit a two-year estimate to change the wording of a dialog. sigh. |
|||
|
|
Two weeks. Industry standard: every request will take two weeks. Some will be longer, some will be shorter, everything averages out in the end. |
|||
|
|
I like the "double it" policy. However, at the very least increase it by 30%. This was once told by us by a Sr. Manager at my last IBank. |
|||
|
|
|
|
I dont inflate my estimates I pad them! |
|||
|
|
|
|
A lot depends on how detailed you want to get - but additional 'buffer' time should be based on a risk assessment - at a task level, where you put in various buffer times for: High Risk: 50% to 100% Medium Risk: 25% to 50% Low Risk: 10% to 25% (all dependent on prior project experience). Risk areas include:
So, for a given task (or group of tasks) that cover component A, initial est. is 5 days and it's considered a high risk based on requirements coverage - you could add between 50% to 100% |
|||
|
|
|
|
a friend of mine once told me that he uses this algorithm:
|
|||
|
|
This is part of the reason why Agile teams estimate tasks in story points (an arbitrary and relative measurement unit), then as the project progresses track the team's velocity (story points completed per day). With this data you can then theoretically compute your completion date with accuracy. |
|||
|
|
|
|
What are your estimates based on? If they're based on nothing but a vague intuition of how much code it would require and how long it would take to write that code, then you better pad them a LOT to account for subtasks you didn't think of, communication and synchronization overhead, and unexpected problems. Of course, that kind o estimate is nearly worthless anyway. OTOH, if your estimates are based on concrete knowledge of how long it took last time to do a task of that scope with the given technology and number of developers, then inflation should not be necessary, since the inflationary factors above should already be included in the past experiences. Of course there will be probably new factors whose influence on the current project you can't foresee - such risks justify a certain amount of additional padding. |
|||
|
|
|
|
Many people here are saying make an estimate and double it (and sometimes double it again). Others are saying use Evidence Based scheduling (al la Joel). When I'm estimating a project, there are four components for each task:
For #1, I use the most realistic estimate I can. So for any task, the final total is 140% or more of the original estimate. For the whole project, the contingencies and bug fixes get collected up into two separate tasks and eaten into as the project progresses. Of course that's not including testing which I typically make equal to the total value for each task. |
|||
|
|
|
|
It's a better idea to add specific buffer time for things like debugging and testing than to just inflate the total time. Also, by taking the time up front to really plan out the pieces of the work, you'll make the estimation itself much easier (and probably the coding, too). If anything, make a point of recording all of your estimates and comparing them to actual completion time, to get a sense of how much you tend to underestimate and under what conditions. This way you can more accurately "inflate". |
|||
|
|
|
|
You can calculate project durations in two ways - one is to work out all the tasks involved and figure out how long each will take, factor in delays, meetings, problems etc. This figure always looks woefully short, which is why people always say things like 'double it'. After some experience in delivering projects you'll be able to tell very quickly, just by looking briefly at a spec how long it will take, and, invariably, it will be double the figure arrived at by the first method... |
|||
|
|
|
|
I wouldn't call additional estimated time on a project "inflated" unless you actually do complete your projects well before your original estimation. If you make a habit of always completing the project well before your original estimated time, then project leaders will get wise and expect it earlier. |
|||
|
|
|
|
I wouldn't say I inflate them but I do like to use a template for all possible tasks that could be involved in the project. You find that not all tasks in your list are applicable to all projects, but having a list means that I don't let any tasks slip through the cracks with me forgetting to allow some time for them. As you find new tasks are necessary, add them to your list. This way you'll have a realistic estimate. I tend to be optimistic in what's achievable and so I tend to estimate on the low side. But I know that about my self so I tend to add on an extra 15-20%. I also keep track of my actuals versus my estimates. And make sure the time involved does not include other interruptions, see the accepted answer for my SO question on how to get back in the flow. HTH cheers |
|||
|
|
It's not called "inflating" — it's called "making them remotely realistic." |
||||
|
|
|
A good rule of thumb is estimate how long it will take and add 1/2 again as much time to cover the following problems:
|
|||
|
|
Joel has a great article about Evidence Based Scheduling. |
|||
|
|
Typically yes, but I have two strategies:
|
|||
|
|
If you inflate your estimate based on past experiences to try and compensate for your inherent optimism, then you aren't inflating. You are trying to provide an accurate estimate. If however you inflate so that you will always have fluff time, that's not so good. |
|||
|
|
I wouldn't say I inflate them, so much as I try to set more realistic expectations based on past experience. |
|||
|
|
|
|
Oh yes, the general rule from long hard experience is give the project your best estimate for time, double it, and that's about how long it will actually take! |
|||
|
|
|
|
Oh yes, I've learnt to always multiply my initial estimation by two. That's why FogBUGZ's Evidence-Based Scheduling tool is so really useful. |
|||
|
|
Take whatever estimate you think appropriate. Then double it. |
|||
|
|