由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - What is the most important criteria for good code
相关主题
can applet implements runnable?The shape of JVM stack frame
问一个特别土的问题How does a client find and connect to a specific
Timer and TimerTaskRe: Can create a Interface object, why?
jvm是怎么implement monitor的?Re: print problem, GUI guru please come in
interface和implementation classRe: JPanel help!
问题:x+++y?Re: How to use abstract class?
JPA Criteria API select questionIs this a Bug or not?
Stack Frame of your JVM implementationRe: real time control in java
相关话题的讨论汇总
话题: code话题: most话题: what话题: testing
进入Java版参与讨论
1 (共1页)
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
1 (共1页)
进入Java版参与讨论
相关主题
Re: real time control in javainterface和implementation class
Re: How to showStatus in Applet?问题:x+++y?
Re: I have a GUI problemJPA Criteria API select question
Re: In need of an implemetation of Tree structure.Stack Frame of your JVM implementation
can applet implements runnable?The shape of JVM stack frame
问一个特别土的问题How does a client find and connect to a specific
Timer and TimerTaskRe: Can create a Interface object, why?
jvm是怎么implement monitor的?Re: print problem, GUI guru please come in
相关话题的讨论汇总
话题: code话题: most话题: what话题: testing