| PSP | Personal Software Process Stages | 预计耗时(分钟) | 实际耗时(分钟) |
|---|---|---|---|
| Planning | 计划 | 40 | 30 |
| .Estimate | .估计这个任务需要多少时间 | 40 | 30 |
| Development | 开发 | 1320 | 1330 |
| .Analysis | .需求分析 | 100 | 120 |
| .Design Spec | .生成设计文档 | 40 | 30 |
| .Design Review | .设计复审 | 15 | 20 |
| .Coding Standard | .代码规范 | 15 | 20 |
| .Design | .具体设计 | 90 | 100 |
| .Coding | .具体编码 | 850 | 950 |
| .Code Review | .代码复审 | 90 | 90 |
| .Test | .测试(自我测试,修改代码,提交修改) | 120 | 130 |
| Reporting | 报告 | 180 | 160 |
| .Test Report | .测试报告 | 90 | 80 |
| .Size Measurement | .计算工作量 | 30 | 40 |
| .Postmortem&Process Improvement Plan | .事后总结,并提出过程改进计划 | 60 | 40 |
| 合计 | 1540 | 1520 |










原文:https://www.cnblogs.com/you-ling/p/11586710.html