个人项目耗时对比记录表

PSP2.1 Personal Software Process Stages Time(%)
Planning 计划  
  • Estimate
  • 估计这个任务需要多少时间
 
Development 开发  
  • Analysis
  • 需求分析
 
  • Design Spec
  • 生成设计文档
 
  • Design Review
  • 设计复审(和同事审核设计文档)
 
  • Coding Standard
  • 代码规范(为目前的开发制定合适的规范)
 
  • Design
  • 具体设计
 
  • Coding
  • 具体编码
 
  • Code Review
  • 代码复审
 
  • Test
  • 测试(自测,修改代码,提交修改)
 
Reporting 报告  
  • Test Report
  • 测试报告
 
  • Size Measurement
  • 计算工作量
 
  • Postmortem & Process

 Improvement Plan

  • 事后总结,并提出过程改进计划
 
原文地址:https://www.cnblogs.com/zzy999/p/5312449.html