-
Microsoft Software Development Tips
- includes unit test review
- includes design
- includes comments
- at most 5 people
- may include one tester to review the unit test and learn how to use the library or UI, to see if it's easy to use, easy to test.
- we cannot mark the work item as done until all the unit test are finished
- unit
test makes devs not to block others. because when they want to check in
the code, they need to run the unit test. if any test fails, they
should not check in the code until they fix the failed unit tests.
- it drives devs to work a little bit hard everyday, otherwise, you don't have enough to tell others what you have done yesterday
- it makes managers know more details on the project. Managers can control the schedule on the real time.
- it makes all project members know about the project status. who is doing what? any blocking issues? what features will be done in this sprint?
- it also shows that who is working proactively, who is working negatively. it drives people work harder.
-
相关阅读:
紫书 例题8-6 UVa 1606(扫描法)
紫书 例题8-5 UVa11054(等价转换)
紫书 例题8-4 UVa 11134(问题分解 + 贪心)
紫书 例题8-3 UVa 1152(中途相遇法)
紫书 例题8-2 UVa 11605(构造法)
Codeforces Round #437 (Div. 2, based on MemSQL Start[c]UP 3.0
2016ACM/ICPC亚洲区沈阳站
Tenka1 Programmer Contest D
[Gym-101512C] 凸包+最远点对
ZOJ
-
原文地址:https://www.cnblogs.com/kevinwan/p/538214.html
Copyright © 2020-2023
润新知