Tagged Questions

This tag should be applied to questions related to tips and techniques about software project estimations: development time, effort, team size, software size, execution time, run time resource usage.

learn more… | top users | synonyms

60
votes
53answers
4k views

Do you inflate your estimated project completion dates?

If so why? How much? I tend to inflate mine a little because I can be overly optimistic.
48
votes
21answers
3k views

How to estimate a programming task if you have no experience in it

I am having a difficult time with management asking for estimates on programming tasks that are utilizing 3rd party controls that I have no prior experience with. I definitely understand why they ...
38
votes
11answers
1k views

Giving estimates for large scale projects in an Agile Environment

My firm just got its first large-scale development project inquiry and I would like to use an Agile process. The client has a vision for the application but openly admits to having very few ...
23
votes
17answers
1k views

Evaluating software estimates: sure signs of unrealistic figures?

Whilst answering “Dealing with awful estimates” posted by Ash I shared a few tips that I learned and personally use to spot weak estimates. But I am certain there must be many more! What heuristics ...
19
votes
8answers
1k views

How to create an accurate hour estimate?

What are your experiences regarding project planning and creating hour estimates for new projects? What is the approach you are using, and why has or has it not worked for you? Are there any best ...
19
votes
9answers
1k views

How much of your work day is spent coding?

I've been thinking about software estimation lately, and I have a bunch of questions around time spent coding. I'm curious to hear from people who have had at least a couple years of experience ...
15
votes
13answers
1k views

Software Project - Time Estimation

I am new to software project time estimation. I have learned that people are using some techniques such as ‘Function point analysis’ , ‘Cocomo model’ etc. Can you tell me the some of the latest and ...
15
votes
17answers
640 views

How am I supposed to know how many days something will take?

I am a PHP developer, and I often have no idea in terms of days--let alone hours--how long something will take me at work. I am often writing new stuff, merging it with old legacy crap. I can tell my ...
13
votes
16answers
780 views

Rules Of Thumb For Estimating Web App Hours

We all know that software estimation is difficult to get exact, but I am not looking for exact. I'm looking to be able to derive an approximate number of person-hours for a project to know how many ...
12
votes
19answers
1k views

How to avoid the 80/20 rule in software development

It seems that no matter what my project is, I get through 80% of the work fairly fast. Users and management get excited thinking things are way ahead of schedule, but the pesky 20% of work remaining ...
12
votes
6answers
543 views

Evidence-Based-Scheduling - are estimations only as accurate as the work-plan they're based on?

I've been using FogBugz's Evidence Based Scheduling (for the uninitiated, Joel explains) for a while now and there's an inherent problem I can't seem to work around. The system is good at telling me ...
12
votes
5answers
1k views

Does anyone work with Function Points?

Some questions about Function Points: 1) Is it a reasonably precise way to do estimates? (I'm not unreasonable here, but just want to know compared to other estimation methods) 2) And is the effort ...
11
votes
6answers
451 views

How important is estimating as a skill for developers?

In looking for practices that will make me a better developer (code reading, TDD, pet projects during spare time, for example), I recently got the Steve McConnell book about Software Estimation. I am ...
11
votes
5answers
436 views

How many hours of code review for each hour of development time, approximately?

We're trying to get a budget together for a new project. We would like to break out code review time separately. What's a good rule of thumb for how many hours of code review are required for each ...
11
votes
7answers
993 views

Realistic time estimates for progress bars etc

I know I am not the only one who does not like progress bars or time estimates which give unrealistic estimates in software. Best examples are installers which jump from 0% to 90% in 10 seconds and ...
11
votes
17answers
776 views

How do you do very quick (and dirty) estimations for coding tasks?

So you've just been put on the spot by The Boss. You've got 15 minutes to come up with a back of the envelope estimate for the addition of some new feature. Your boss (fortunately) recognizes that you ...
9
votes
4answers
462 views

Software product pricing/cost estimation

I always had trouble with estimating cost/price of finished software (or programming work), so here are two questions about it. question 1: You're asked to write a piece of code for cash (all ...
9
votes
5answers
529 views

Probability theory and project planning

I'm managing a project that has to be estimated, according to rough requirements and specifications. Because of that, the estimations on the specific features and tasks are set of discrete values, ...
9
votes
6answers
760 views

Is LOC correct parameter for project estimation? [closed]

Is LOC correct parameter for project estimation? there are so many scenarios where complexity takes much more time for a single line of code, other than LOC what could be the suggested parameter for ...
8
votes
3answers
760 views

Algorithm to determine fundamental frequency from potential harmonics

I am attempting to extract a fundamental frequency from a sound source. maybe someone is singing A3 into the microphone, so I want to be detecting ~ 110Hz my approach is: FFT 1024 floats use the ...
8
votes
2answers
3k views

How do I assess the hash collision probability?

I'm developing a back-end application for a search system. The search system copies files to a temporary directory and gives them random names. Then it passes the temporary files' names to my ...
8
votes
12answers
538 views

How to estimate times when working on a new technology?

I have been working on Flex for last couple of months and as this was the first time I had to actually do Flex I ended up underestimating the project tasks which resulted in a delay. So how does one ...
8
votes
15answers
557 views

What functionality should always be third-party?

What prompts my question is this post from Jeff Atwood, and this post from Dare Obasanjo. It seems to me that there might be at least a few areas where third-party functionality is a better idea than ...
8
votes
13answers
488 views

What do you do when you have to give a time estimate on fixing a bug, when initial investigation/debugging proves inconclusive?

Your project manager says you must fix this bug, and asks you how long it will take. You spend some time tracing through your code, and inspecting it for defects, and don't manage to nail down any ...
7
votes
3answers
833 views

How to estimate download time remaining (accurately)?

Sure you could divide the remaining file size by the current download speed, but if your download speed fluctuates (and it will), this doesn't produce a very nice result. What's a better algorithm ...
7
votes
4answers
1k views

How to change to use Story Points for estimations in Scrum

Having used "days" as the unit for estimation of tasks in Scrum I find it hard to change to using Story Points. I believe story points should be used as they are more comparable to each other - being ...
7
votes
5answers
651 views

Estimating/forecasting download completion time

We've all poked fun at the 'X minutes remaining' dialog which seems to be too simplistic, but how can we improve it? Effectively, the input is the set of download speeds up to the current time, and ...
7
votes
12answers
723 views

How does one deal with Hofstadter's law?

When estimating tasks, how does one break from the grip of Hofstadter's law?
7
votes
3answers
712 views

How do you measure/estimate size of XML programming effort?

To set the scene - I work in one of those industries that loves estimating and tracking pretty much everything. One of our key metrics is SLOC (source lines of code - declarative and executable ...
7
votes
8answers
689 views

How do you explain to a sales person that programming is really difficult and takes time

I often work with sales and marketing types that cannot figure out how to use Excel, let alone understand the scope of their requests from a technical perspective. Of course, it would not be fair to ...
7
votes
8answers
509 views

Need advice on how to give accurate estimations on project completion [closed]

I work as a developer in a small digitial marketing company. I am actually the only developer there, so despite being junior (graduated in July 2007, did some freelancing), I am actually senior by ...
7
votes
5answers
391 views

How do you refine your estimation process?

Estimating how long any given task will take seems to be one of the hardest parts about software development. At my current shop we estimate tasks in hours at the start of an iteration, but once the ...
6
votes
5answers
330 views

Tough Client Management Situation

Ok here's the story: I manage a team of 3 developers that have been working on, and recently completed, a 1 1/2 year project for one of our largest clients. The project is a web application written ...
6
votes
4answers
563 views

Time estimation for a user story

How do you estimate the time needed to implement a user story? If it's something you had done before you know how long it'll take. But what about if it's completely new to you? How much time do you ...
5
votes
7answers
357 views

How to manage agile development when the team is not stable?

I have been using agile approaches (XP and Scrum) for my projects for several years with great results. But in all cases, all members of the dev team were committed 100% to the project. Now I am ...
5
votes
2answers
261 views

How do I get sufficient detail in planning and estimation when using TDD?

When planning a 2-week iteration in the past I have taken a user story: Story: Rename a file And broken it into tasks which were then estimated in hours: Story: Rename a file Task: Create ...
5
votes
6answers
247 views

Computing estimated times of file copies / movements?

Inspired by this xckd cartoon I wondered exactly what is the best mechanism to provide an estimate to the user of a file copy / movement? The alt tag on xkcd reads as follows: They could say ...
5
votes
7answers
240 views

Do you include Research & Development in your estimates?

My company requires that we achieve our estimates to within 30% of forecast. Typically, clients (any my business is no different) expect that they'll get their product as soon as possible for the ...
5
votes
10answers
584 views

What's the best way to do estimates without spending a lot of time?

Background My team current is currently in the "bug fixing and polishing" phase of shipping a major rewrite. We still have a large stack of bugs to fix, scheduled against a couple of milestones. ...
5
votes
3answers
157 views

How many of you are recording their historical project-data - for future estimates and how are you doing it?

When working on a project - I always estimate my tasks and calculate how long it will take me to finish. So in the end I get a time-span in which the project should be finished (it rarely is). My ...
5
votes
13answers
577 views

Should project manager ask how much time will it take to implement some functionality?

Our project manager usually consult developers how many hours they need to implement some functionality asked by client. Is this consistent with the principles of management? Do you or your project ...
5
votes
3answers
1k views

Agile - Task Breakdowns - to estimate or not?

During our iteration planning, we frequently find ourselves in the same position as this guy - ...
5
votes
2answers
1k views

Can someone explain the concept of an “instance-hour” as used by cloud computing providers?

I am looking at the pricing of various cloud computing platforms, particularly Amazon's EC2, and a lot of the quotes are based on a unit called an Instance-Hour. I am trying to get a handle on the ...
5
votes
2answers
1k views

Using Scrum in fix-length/fix-priced projects?

I'm a Scrum newbie and looking to implement Scrum in my company. Obtaining buy-in is not a problem, it is my company and the developers are more than happy to work like this. The problem is that 75% ...
5
votes
3answers
2k views

Ratio of time spent on coding versus unit testing

What is a typical estimate for coding unit tests given an estimate for coding new functionality? Is this different for estimates to maintain code?
4
votes
1answer
73 views

Project estimation using Artificial Intelligence / Neural Networks

I'm trying to create a tool that can estimate how many days a project will take to complete, given dozens or hundreds of factors and parameters. I don't have much experience with Artificial ...
4
votes
10answers
204 views

How to decide: build from scratch or reverse engineer off the shelf solution

Let's say someone asked me to build them a youtube clone with a lot of customizations to support a whole bunch of wacky things they want to do. How do I decide if it's better for me to build from ...
4
votes
5answers
1k views

Story estimates in Scrum

We started a project that will be managed with Scrum/XP. We wrote the whole product backlog upfront for evaluation purposes. We're making sure all stories are customer-centric and we're evaluating ...
4
votes
7answers
215 views

Is there a good reason to make time estimates for features that are months out?

I was in a meeting today with a consultant (consulting us on internal procedures) and we went through an exercise of planning out the next three months of development. I'm not opposed at all to doing ...
4
votes
13answers
299 views

Estimates - by what factor should they be reduced when adding another developer?

I'm currently estimating a new project. My high level estimate assuming there was one developer working on it is 25 weeks. In reality there will be two developers working in parallel. What factor ...

1 2 3 4