Cost Estimation???
-
Baconbutty wrote:
...and then we woke up.
Rubs eyes, it was all a horrible dream.
Two heads are better than one.
-
He probably meant Rolled over Farted Scratched nether regions Belched Yawned loudly Scratched again Hacking cough Got out of bed.
He took it all too far, but boy could he play guitar!
-
He probably meant Rolled over Farted Scratched nether regions Belched Yawned loudly Scratched again Hacking cough Got out of bed.
He took it all too far, but boy could he play guitar!
-
Hello everybody, What are the steps and skills required to estimate the cost of a project or some programming task, I don't want 100% exact estimate, but I want some indicator for the time needed, and for the progress, my collueage at work doesn't believe in Estimates, so he prefers to not do estimation at all, (he has 3 years experience, while I have only about 1 year experience, ) and becuase of this we can never give boss an estimate to our projects, which I believe not to be good, so experienced developer what can I do to do good estimation for my work?? Thanks so much
I don't think it's acceptable in a modern business for a team member to 'not believe in estimations'. A business is going to look to its technical staff to try and quantify how much effort will be required to complete a project so that they can determine whether or not there is an associated value. I think what your colleague is really saying is that he's not very good at estimation - if it's any consolation, most of us aren't! I've been developing for around 10 years now and have always been required to provide estimations. Over the years I've got better at estimating - due to a combination of experience and practice. Don't forget that an estimate is exactly that - a best guess at how long it's going to take to complete a piece of work. If the specification changes, the estimate should be reviewed. In Agile development, there's an encouragement to estimate work in a comparative basis, rather than in hours or days; for example, saying that a piece of work X will take twice as long as a piece of work Y. Again this is more of a trial and error approach but eventually you'll figure out what a 'unit' of work consists of and you can determine your estimates from here. This article[^] contains a reasonable summary of estimating. If you want to get better at estimating, you need to start doing it! Next time you get a project, break it down into smaller segments and try and figure out how long each of these will take. Review this during the project (e.g. as new requirements come to light) and at the end review how long it took you to complete each task. It will require a bit of discipline but ultimately it's a tool that you should possess as a professional developer.
Sarchasm : The gulf between the author of sarcastic wit and the person who doesn't get it.
-
Hello everybody, What are the steps and skills required to estimate the cost of a project or some programming task, I don't want 100% exact estimate, but I want some indicator for the time needed, and for the progress, my collueage at work doesn't believe in Estimates, so he prefers to not do estimation at all, (he has 3 years experience, while I have only about 1 year experience, ) and becuase of this we can never give boss an estimate to our projects, which I believe not to be good, so experienced developer what can I do to do good estimation for my work?? Thanks so much
-
He probably meant Rolled over Farted Scratched nether regions Belched Yawned loudly Scratched again Hacking cough Got out of bed.
He took it all too far, but boy could he play guitar!
Should we be worried that you know his morning schedule?
You cant outrun the world, but there is no harm in getting a head start
-
Should we be worried that you know his morning schedule?
You cant outrun the world, but there is no harm in getting a head start
-
well I certainly do those, but not neccessary in that order, but Having no reference I will bow to your beliefs and start worrying that iam am abnormal:~
You cant outrun the world, but there is no harm in getting a head start
-
1: Find a magic lamp. 2: Rub it. 3: When the genie appears, ask him for the estimate. 4: Double it. and you'll still be wrong... :laugh: In reality there are 2 major parts to a time estimate: the number of man hours required to complete a given task and the actual time that those man hours will be spread across given that people get sick, have holidays, don't turn up, chat, skive off, etc, etc. So an estimate of 16 man hours might take a week to complete even though it's only 2 man days.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
And the ever present issue of staff being given far more urgent things to do. I've lost count of the times that someone has asked why something isn't done even though the developer said it would only take 5 days for the developer to turn round and point out that he'd so far only managed to spend 1/2 a day working on the project. If you quote 5 days on a monday morning make sure they know it's 5 days of work and not to expect it complete on friday afternoon if there are going to be team meetings / bug investigations for current products etc involved. Make sure people know what they are getting too. When you say finished to you mean it'll be tested, packaged in a setup file with CD isos prepared or do you mean compiled and ready to run on a developers machine?
-
Hello everybody, What are the steps and skills required to estimate the cost of a project or some programming task, I don't want 100% exact estimate, but I want some indicator for the time needed, and for the progress, my collueage at work doesn't believe in Estimates, so he prefers to not do estimation at all, (he has 3 years experience, while I have only about 1 year experience, ) and becuase of this we can never give boss an estimate to our projects, which I believe not to be good, so experienced developer what can I do to do good estimation for my work?? Thanks so much
You need to know: 1) The time taken per k or meg of quality finished code in hours. 2) The cost per PRODUCTIVE man hour of your company. (Take all the costs for the whole year and divide it up into 40 hour week PRODUCTIVE man hours). You will probably get to around $120 per hour say. 3) The size of the code the product will need. (And thats the hard bit) You can base #3 on, GUI components, complexity, unknowns (learning curve costs), or competitors products. Multiple all these together and add profit of say 30%.
Morality is indistinguishable from social proscription
-
Hello everybody, What are the steps and skills required to estimate the cost of a project or some programming task, I don't want 100% exact estimate, but I want some indicator for the time needed, and for the progress, my collueage at work doesn't believe in Estimates, so he prefers to not do estimation at all, (he has 3 years experience, while I have only about 1 year experience, ) and becuase of this we can never give boss an estimate to our projects, which I believe not to be good, so experienced developer what can I do to do good estimation for my work?? Thanks so much
Entry level developers are not really expected to have good estimation skills so I can see why your colleague doesn't do them. Over time you will both learn what it takes. Sometimes it is all experience; sometimes a proof-of-concept is required and in all cases your team lead adds 30% to your estimate and the PM adds 30% to the team leads estimate. That way you only slightly go over.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost
-
Entry level developers are not really expected to have good estimation skills so I can see why your colleague doesn't do them. Over time you will both learn what it takes. Sometimes it is all experience; sometimes a proof-of-concept is required and in all cases your team lead adds 30% to your estimate and the PM adds 30% to the team leads estimate. That way you only slightly go over.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost