PSP 2.1 | Personal Software Process Stages | Time |
---|---|---|
Planning | 计划 | 1h |
Estimate | 估计这个任务需要多少时间 | 2h |
Development | 开发 | 5h |
Analysis | ·需求分析 (包括学习新技术) | 2-3h |
Design Spec | 生成设计文档 | 1h |
Design Review | 设计复审 (和同事审核设计文档) | 1h |
Coding Standard | 代码规范 (为目前的开发制定合适的规范) | 1h |
Design | 具体设计 | 1h |
Coding | 具体编码 | 2h |
Code Review | 代码复审 | 1h |
Test | 测试(自我测试,修改代码,提交修改) | 2-3h |
Reporting | 报告 | 1h |
Test Report | 测试报告 | 1h |
Size Measurement | 计算工作量 | 1h |
Postmortem & Process Improvement Plan | 事后总结, 并提出过程改进计划 | 1h |
合计 | 23-25h |
//地图格式
{
{
"subway-line-name" : "一号线",
"stations" : ["苹果园","古城"]
},
{
"subway-line-name" : "二号线",
"stations" : ["积水潭","鼓楼大街"]
}
}
原文:https://www.cnblogs.com/klchen/p/11546006.html