12 Tips for Accurate Project Estimating
Projects typically involve many dynamic aspects, yet they're often constrained by finite conditions. These contradictory forces make it very difficult to determine with pinpoint accuracy the time and effort required. By using a set of proactive estimating techniques to scope, plan, and constrain your project conditions, you can dramatically improve your estimating practices, reduce and mitigate risks, and increase your project success rate.
Do you excel at predicting the time, funding, and resources your projects will require?
Whether your company aims to develop a new product or service, update an existing system, or launch a new Web site, these undertakings will require people, schedules, funding, resources, requirements, testing, revising, implementation, evaluation, and many other elements.
You may have seen this phenomenon already: projects are risk magnets. Why is that?
The possible reasons include the fact that projects typically involve many dynamic aspects, yet they're often constrained by finite conditions. These opposing forces make it very challenging to identify with great accuracy the time and effort required, and can result in many budget and schedule "collisions" during the life of the project.
When my clients or colleagues invariably ask, "How long do you think this effort might take?" I usually experience a knee-jerk reaction. Instinctively, a part of my brain that once excelled at solving math problems on timed quizzes goes into overdrive. "I know the answer!" it screams.
Yet, unless that project or task is something I've performed many times before - under very similar conditions each time, and with good records of my actual hours spent - providing an accurate estimate can be quite elusive. As I strive to imagine all of the stages and steps of a process, as well as fathom the unknown variables or things that could go awry, it's no wonder that I hardly ever guess 100% correctly, particularly for new endeavours.
Estimating Techniques Can Help Manage Risks
Did you know that estimating is an invaluable tool for anticipating and managing these project uncertainties?
When we can identify our cost and schedule requirements with relative precision, it reduces the risk of running out of time, resources, and budget during a project.
Yet with all of the emphasis we place on creating accurate estimates and bids, we still seem to have difficulty developing realistic predictions of our time and effort. If we look carefully at the evidence, I believe we'll find three basic, underlying clues to the reasons for our challenges with estimating:
- The presence of hidden or unknown variables that are difficult or impossible to anticipate, and sometimes even more difficult to resolve.
- Our often-idealistic views of our own capabilities. We frequently believe that we can achieve much more than is possible in the available time.
- A strong human desire to please other people by telling them what they want to hear. (After all, who wants to be the bearer of bad news?)
12 Tips for Increasing Estimating Accuracy
To remedy these shortcomings, below are 12 ideas for boosting the accuracy of your estimates:
- Maintain an ongoing "actual hours" database of the recorded time spent on each aspect of your projects. Use the data to help estimate future projects and identify the historically accurate buffer time needed to realistically perform the work.
- Create and use planning documents, such as specifications and project plans.
- Perform a detailed task analysis of the work to be performed.
- Use a "complexity factor" as a multiplier to determine whether a pending project is more or less complex than a previous one.
- Use more than one method to arrive at an estimate, and look for a midpoint among all of them.
- Identify a set of caveats, constraints, and assumptions to accompany your calculations, which would bound the conditions under which your estimates would be meaningful. (Anything that occurs outside of those constraints would be considered out of scope.)
- If the proposed budget or schedule seems inadequate to do the work, propose adjusting upward or downward one or more of the four project scoping criteria: cost, schedule, quality, and features.
- Consider simpler or more efficient ways to organise and perform the work.
- Plan and estimate the project rollout from the very beginning so that the rollout won't become a chaotic scramble at the end. For instance, you could propose using a minimally disruptive approach, such as a pilot programme or a phased implementation.
- In really nebulous situations, consider a phase-based approach, where the first phase focuses primarily on requirements gathering and estimating.
- Develop contingency plans by prioritising the deliverables right from the start into "must-have" and "nice-to-have" categories.
- Refer to your lessons-learned database for "20:20 foresight" on new projects, and incorporate your best practices into future estimates.
In conclusion, by using a set of proactive estimating techniques to scope, plan, and constrain your project conditions, you can dramatically improve your estimating practices, reduce and mitigate risks, and greatly increase your project success rate!
12 Tips for Accurate Project Estimating的更多相关文章
- .NET 5学习笔记(12)——WinUI 3 Project Reunion 0.5
2021年3月的时候,Win UI 3终于来到了第一个稳定的支持版本,可用于创建发布到Micosoft Store的应用.据某软的说法,这个叫WinUI 3 Project Reunion 0.5的版 ...
- A Guide to Creating a Quality Project Schedule
Successful projects start with a good quality project schedule. Creating a schedule is one of the fi ...
- Deploy .Net project automatically with MsBuild and MsDeploy (1)
Q: How to change parameter values in configuration files dynamically In the first section http://www ...
- maven build时报错Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ ...
- maven install时报错 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
今天在一个maven项目上执行maven install命令的时候一直报错,错误信息如下: [INFO] ----------------------------------------------- ...
- git 打包报错:Maven Build时提示:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test
1.使用git 升级 服务命令 mvn deploy -e 之后报错: Failed to execute goal org.apache.maven.plugins:maven-surefire- ...
- P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1
P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1 May ...
- usbip install
# README for usbip-utils## Copyright (C) 2011 matt mooney <mfm@muteddisk.com># 2 ...
- elasticsearch容量规划
https://docs.bonsai.io/article/123-capacity-planning Capacity Planning Capacity planning is the proc ...
随机推荐
- Android下载文件到SD卡
HttpURLConnection 上传方式: 尝试理解这两种流的区别: InputStreamReader 的读取方式: //创建一个URL对象 URL url = new URL(urlStrin ...
- 怎样将文件夹打包为jar包或war包
在dos命令中,找到要打包文件夹位置,输入jar -cvf 打包后的名和格式 文件夹名 如图: 在我的文件夹的位置就能看到jar包和war包了
- Html - Iframe
父页面调用子页面 //用这个对象调用子页面的函数或者dom var myiframe = $("#right_iframe")[0].contentWindow; 子页面调用父页面 ...
- WinEdt选项卡配置
不小心把选项卡(标签页.多tab)整没了.搜了一下: 在工具栏点击右键可以发现配置.
- Lamda表达式
Lamda表达式 函数式编程的产生(匿名内部类) interface Mes{ public void speak(); } public class Lam { public static void ...
- 【转】SQLServer内部原理
原文地址:http://twb.iteye.com/blog/182083 在讲SQLSERVER内部原理的之前,我觉得非常有必要向大家介绍一下SQLSERVER的历史. 让我们站在1999年,看看计 ...
- ul li横向排列及圆点处理
如何用CSS制作横向菜单 让ul li横向排列及圆点处理 第一步:建立一个无序列表 我们先建立一个无序列表,来建立菜单的结构.代码是:<ul> <li><a href ...
- vim vi 及其相关插件的使用
GIMP->linux下16位图查看工具 实用手册:130+ 提高开发效率的 vim 常用命令 http://www.cnblogs.com/lhb25/p/130-essential-vim- ...
- SVN 树冲突的解决方法(Ubuntu 环境)
今天在 服务器上(Ubuntu) svn up 更新的时候,出现了 SVN 树冲突 root@futongdai:~# cd /home/wwwroot/newcrm.ofim.com/ root@f ...
- NSQ:分布式的实时消息平台
NSQ是一个基于Go语言的分布式实时消息平台,它基于MIT开源协议发布,代码托管在GitHub,其当前最新版本是0.3.1版.NSQ可用于大规模系统中的实时消息服务,并且每天能够处理数亿级别的消息,其 ...