j****c 发帖数: 4 | 1 I used to work for Xerox. We followed strict Software
engineering procedure.
[1] Design Document
[2] Implemention
[3] Case testing
[4] Code Review
[5] Integration Testing
The Most helpgul stage is the code review by seniors, they
helped me understand the right priority sequence I should
pay attention to:
[0] Reboustness
[1] Readibility
[2] Reusability
[3] Performance
And Performance can be sacrificed if it is the way of [0],
[1], [2]. Older MS products followed the wrong sequence
([3], [2], [1 |
|