Project Management - 2) Estimate Your Work
1. Delphi估算
1) 项目经理召集小组成员,就项目有关事宜向大家进行阐述。
2)大家提出各种问题,然后进行分配任务。
每个人写下自己的任务列表和时间估算。
3)项目经理收集好任务之后进行复查,看看哪些任务可以同时进行,
得到项目的整体估算。
2. 宽带Delphi估算
项目成员不能直接接触到,让一帮专家替代项目成员进行估算。
(一般很少使用)
3. 如何处理估算的误差
你知道,人的估算都会有误差。
有些人过于乐观,任何任务都会少估算50%的工作量。
有些人过于悲观,会为每个任务添加缓冲时间。
有些人只能估算小任务,超过一周的大任务就不对。
那么,项目经理该怎么办呢?
首先,你要了解你的团队。你没有必要在项目第一周时就解决所有估算问题。
第一周了解你的团队的估算能力。
为每个人打上标记 (Optimistic/Pessimistic)
对于O要增加他的缓冲时间,通常取估算的1/4, 对于P要减少他的缓冲时间,通常一半。
当然,这要根据实际情况来划分。
4. 顺序式生命周期的陷阱
从一开始就估算整个项目,这是个陷阱
可以让开发团队先做一些开发,再迭代估算整个项目
Project Management - 2) Estimate Your Work的更多相关文章
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approac ...
- Introduction to Project Management(II)
Introduction The purpose of this paper is to gain an understanding of project management and to give ...
- Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further b ...
- 简介 - PMP(Project Management Professional)
PMP(Project Management Professional) 官网(英文报名):https://www.pmi.org/ 中文注册:http://exam.chinapmp.cn/ Boo ...
- 10 Rules of Highly Successful Project Management
I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his ...
- Software Engineering: 2. Project management
resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...
- Software Project Management hw1
I just want to say something about my java project that I did last year. Our task is to finish a lin ...
- Software Project Management 2017 Homework 1
Recently, I have a project, I use Unity3D to finish a visualization work, which is the final project ...
随机推荐
- 【ZOJ】2112 Dynamic Rankings
树状数组套主席树模板题目. /* 2112 */ #include <iostream> #include <sstream> #include <string> ...
- Java面试题-线程安全
1. 什么叫线程安全?servlet是线程安全吗? 答:如果你的代码所在的进程中有多个线程在同时运行,而这些线程可能会同时运行这段代码.如果每次运行结果和单线程运行的结果是一样的,而且其他 ...
- js2word/html2word的简单实现
js2word/html2word的简单实现 以C#描述如下: StringBuilder sb = new StringBuilder(); sb.Ap ...
- UVa 658 (Dijkstra) It's not a Bug, it's a Feature!
题意: 有n个BUG和m个补丁,每个补丁用一个串表示打补丁前的状态要满足的要求,第二个串表示打完后对补丁的影响,还有打补丁所需要的时间. 求修复所有BUG的最短时间. 分析: 可以用n个二进制位表示这 ...
- textview的上下滑动效果
1.xml文件中 <TextView … android:scrollbars="vertical" ../> 2.java文件中 textview.se ...
- Java [leetcode 31]Next Permutation
题目描述: Implement next permutation, which rearranges numbers into the lexicographically next greater p ...
- 卸载sql server 2012
好不容易装上了sql server 2012数据库,可是却不能连接本地的数据库,后来发现缺少一些服务,于是决定重新安装,但是卸载却很麻烦,如果卸载不干净的话,重新安装会出问题,所以下面就总结一些方法: ...
- Testlink & Redmine组合拳演练
环境:Ubuntu 14.04LTS 一.部署testlink 查看已安装软件: dpkg -l *apache* (apache2.4.7) dpkg -l *php* (未安装) dpkg -l ...
- win7远程链接ubuntu 桌面版
1.安装ubuntu 使用vagrant 添加了一个ubuntu12.04(xmanager好像只能控制最高这个版本,14.04没成功过) 2.安装xmanager 4 3.修改ubutu配置文件 s ...
- [NOI导刊2011]影像之结构化特征
问题描述 在影像比对中,有一种方法是利用影像中的边缘(edge)资讯,计算每个边缘资讯中具有代表性的结构化特征,以作为比对两张影像是否相似的判断标准.Water-filling方法是从每个边缘图的一个 ...