Tagged Questions
The time-estimation tag has no wiki summary.
18
votes
12answers
876 views
What is better: set up underestimated or overestimated deadlines?
Suppose you are a project manager. You can estimate an effort in days for specific task for specific developer. After performing estimation you obtain some min and max values.
After this you delegate ...
15
votes
4answers
157 views
How to make freelance clients understand the costs of developing and maintaining mature products?
I have a freelance web application project where the client requests new features every two weeks or so. I am unable to anticipate the requirements of upcoming features. So when the client requests ...
8
votes
6answers
2k views
Best way to calculate ETA of an operation?
I am looking for the best way to calculate ETA of an operation (IE: file download) using a linear progress information.
Lets say that I have the following method that gets called:
void ...
6
votes
5answers
240 views
Calculating how much time you can save by estimating the code you write in a year
I'm looking for real figures and experiences, please don't take this too subjectively:
While looking for something else, I happened on an interesting statement, which partially reads as follows:
...
6
votes
4answers
647 views
Estimating zip size/creation time
I need to create ZIP archives on demand, using either Python zipfile module or unix command line utilities.
Resources to be zipped are often > 1GB and not necessarily compression-friendly.
How do I ...
5
votes
3answers
116 views
Disagreement on software time estimation
How do you deal with a client who has different time estimates for the software product than yours?
I am going to describe a scenario that is not mine, but that captures broadly the same problem. I ...
5
votes
4answers
136 views
difficulty based time estimation software
Some months ago I found a project-management / time-estimation software that would ask you to sort out your tasks in terms of difficulty (1, 2 or 3) and would then estimate the time you would take to ...
3
votes
3answers
498 views
How many man-hours should I estimate for this iPad app?
Background: I've developed an iPad/iPhone app of my own before. This will be my first app for a client. I have no experience estimating the number of hours it will take, since all of my prior iOS ...
2
votes
2answers
133 views
Estimated cost for the SP in asp.net
In my asp.net application, I want to show the user that when he is submitting the form how much time does that stored procedure is going to take. Is there any way I can find out from asp.net ...
2
votes
4answers
180 views
Estimating a project with many unknowns
I'm working on a project with many unknowns like moving the app from one platform to another and with an original JDK that was abused (changed) with dependencies in code that do search for file path ...
2
votes
3answers
67 views
Correct way to textually report the remaining time on a long running process?
So you have a long running process, perhaps with a progress bar, and you want a text estimate of the remaining time, eg: "5 minutes remaining" "30 seconds remaining" etc.
If you don't actually want ...
2
votes
3answers
78 views
Integrating lesser known e-payment gateways full of surprises?
I've integrated about half a dozen e-payment gateways, from popular ones (like paypal) to not-so popular ones.
It seems every time I try to integrate a non-popular epayment gateway, I exceed my ...
2
votes
5answers
291 views
How do estimate the time line to an Research and Development task
What should be the main point to keep in mind when estimating the time for Research and Development task. Suppose I have to estimate "ABC" task using "WPF" technology and I have no experience for it, ...
2
votes
2answers
2k views
Query duration estimation in SQL Server
I've seen in Oracle 10g a feature that estimates the remaining time for a long running query and I was wondering if this is possible too in SQL Server (at least in 2008?)?
Suppose I have a very large ...
1
vote
3answers
96 views
Estimating increase in speed when changing NVIDIA GPU model
I am currently developing a CUDA application that will most certainly be deployed on a GPU much better than mine. Given another GPU model, how can I estimate how much faster my algorithm will run on ...
1
vote
1answer
44 views
How do you decide to change technology stacks?
A two part question.
We have an XSLT/VB.NET(2.0)/ADO.NET/SQL Server technology stack for our current web application. As the development team lead I've had my eye on an moving to an ASP.NET ...
1
vote
1answer
136 views
How does a project time estimation changes by adding more programmers? [closed]
Possible Duplicate:
Estimating a project with many unknowns
We have an estimation about our project time by man/hour. Now we want to know how much our project will take if we have more than ...
1
vote
6answers
2k views
Scrum and Story Points - why ideal man-days not ideal man-hours?
I am used to thinking about time estimates in the way suggested by Joel Spolsky - that if a scheduled item takes more than 16 hours, it should be divided into smaller tasks. Now, I am implementing ...
1
vote
5answers
791 views
Unit for estimating hours in Scrum tool
I've been learning Scrum and trying a tool called Acunote for use with it. My question is about two fields I have there, for each task. They're "estimate" and "remaining". What unit should I use for ...
0
votes
0answers
10 views
Benchmarking for Workload Balancing?
Hy, I am thinking about a program that controls a client-server environment where the server assigns tasks to the clients. These clients might be very different machines with different hardware ...
0
votes
1answer
59 views
Have you ever implemented a regular ERP for a midsize company from stracth ? How many team members there were? how long did it take? [closed]
Have you ever implemented a regular ERP for a midsize company from stracth ?
How many team members there were?
how long did it take?
what techology did you use?
Thanks for sharing your experiences.
0
votes
2answers
138 views
estimating time to complete a programming task
well, the question focuses more about website development.
but it is still interesting,
how can one assume the time it will require to finish a task which involves programming,speaking of the whole ...
0
votes
4answers
93 views
Can anyone recommend the maximum number of hours a task should be in a project estimate breakdown?
What I mean is if I am breaking a programming project estimate down into tasks as much as possible would there be a good maximum to make the tasks. Meaning if I say the max is 4-6 then if any task is ...
-2
votes
1answer
210 views
How many man hours should I ask for this almost-facebook clone?
I am asked to prepare estimates for an application with the following must-have features.
Login, including several hierarchical user access levels.
Chat amongst users allowing the user to become ...