课后作业2

代码47行 

码云项目地址https://gitee.com/a1044640486/personal_project41612

PSP2.1

Personal Software Process Stages

预估耗时(分钟)

实际耗时(分钟)

Planning

计划

100

150

·         Estimate

·         估计这个任务需要多少时间

150

230

Development

开发

100

100

·         Analysis

·         需求分析 (包括学习新技术)

30

20

·         Design Spec

·         生成设计文档

10

10

·         Design Review

·         设计复审 (和同事审核设计文档)

5

10

·         Coding Standard

·         代码规范 (为目前的开发制定合适的规范)

10

20

·         Design

·         具体设计

20

15

·         Coding

·         具体编码

50

80

·         Code Review

·         代码复审

10

10

·         Test

·         测试(自我测试,修改代码,提交修改)

10

10

Reporting

报告

30

25

  • Test Report
  • 测试报告
 

10

10

  • Size Measurement
  • 计算工作量
 

10

10

  • Postmortem & Process Improvement Plan
  • 事后总结, 并提出过程改进计划
 

5

5

能支持两个操作数的简单四则运算(只有一个操作符)

原文地址:https://www.cnblogs.com/a1044640486/p/9677733.html