If so why? How much?
I tend to inflate mine a little because I can be overly optimistic.
|
If so why? How much? I tend to inflate mine a little because I can be overly optimistic. |
|||||||||||||
|
|
Hofstadter's Law: Any computing project will take twice as long as you think it will — even when you take into account Hofstadter's Law. |
|||||||||||||||||
|
|
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. |
|||||
|
|
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. |
|||||||||
|
|
Any organization that asks its programmers to estimate time for coarse-grained features is fundamentally broken. Steps to unbreak:
It's not rocket science. The key is step 3. If marketing wants something that seems complicated, your PMs (with developer input) figure out what the first step is that will take less than a week. If the PMs are not technical, all is lost. Drawbacks to this approach:
Nothing is as disheartening as realizing at the 1-month mark that the 2-month estimate I gave is hopelessly inadequate, but can't be changed, because it's already in the official marketing literature. Either I piss off the higher-ups by changing my estimate, risking a bad review and/or missing my bonus, or I do a lot of unpaid overtime. I've realized that a lot of overtime is not the mark of a bad developer, or the mark of a "passionate" one - it's the product of a toxic culture. And yeah, a lot of this stuff is covered under (variously) XP, "agile," SCRUM, etc., but it's not really that complicated. You don't need a book or a consultant to do it. You just need the corporate will. |
||||
|
|
|
The Scotty Rule:
Example:
Ta-daa! You're a miracle worker when you get it done in less than 8 days. |
|||||
|
|
Typically yes, but I have two strategies:
|
||||
|
|
|
It's not called "inflating" — it's called "making them remotely realistic." |
|||||
|
|
I'll be able to answer this in 3-6 weeks. |
|||||
|
|
Don't forget you (an engineer) actually estimate in ideal hours (scrum term). While management work in real hours. The difference being that ideal hours are time without interuption (with a 30 minute warm up after each interuption). Ideal hours don't include time in meetings, time for lunch or normal chit chat etc. Take all these into consideration and ideal hours will tend towards real hours. Example: Estimated time 40 hours (ideal) Management will assume that is 1 week real time. If you convert that 40 hours to real time:
8 hour day is now 5 hours work time (8 - meeting - lunch - warm up). This your 40 hour ideal will take 80 hours real time to finish. |
||||
|
|
|
Kirk : Mr. Scott, have you always multiplied your repair estimates by a factor of four? Scotty : Certainly, sir. How else can I keep my reputation as a miracle worker? |
||||
|
|
|
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:
|
||||
|
|
|
<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. |
|||||
|
|
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% |
||||
|
|
|
Six weeks. Industry standard: every request will take six weeks. Some will be longer, some will be shorter, everything averages out in the end. Also, if you wait long enough, it no longer becomes an issue. I can't tell you how many times I've gone through that firedrill only to have the project/feature cut. |
||||
|
|
|
I wouldn't say I inflate them, so much as I try to set more realistic expectations based on past experience. |
||||
|
|
|
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. |
||||
|
|
|
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". |
||||
|
|
|
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! |
||||
|
|
|
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 |
||||
|
|
|
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. |
||||
|
|
|
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. |
||||
|
|
|
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. |
||||
|
|
|
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. |
||||
|
|
|
Two weeks. Industry standard: every request will take two weeks. Some will be longer, some will be shorter, everything averages out in the end. |
||||
|
|
|
As a lot said, it's a delicate balance between experience and risk.
Of course, if you look at all this, it ends up that you can simplify it with the magical "double it" formulae but the difference is that you'll be able to know what you can squeeze in a tight deadline, what you can commit to, what are the dangerous tasks, how to build your schedule with the important milestones and so on. I'm pretty sure that if you note the time spent on each pure "coding" task and compare it to your estimations in relation to its riskiness, you won't be so far off. The thing is, it's not easy to think of all the small pieces ahead and be realistic (versus optimistic) on what you can do without any hurdle. |
||||
|
|
|
I say when I can get it done. I make sure that change requests are followed-up with a new estimation and not the "Yes, I can do that." without mentioning it will take more time. The person requesting the change will not assume it will take longer. |
||||
|
|