1.Constructor Performs Minimal Work(不要让构造函数太累着)
2.Methods Clearly Convey Their Intent(人如其名)
3.An Object Performs a Focused Set of Services(不要狗拿耗子多管闲事)
how to categorize these object is worthy of considering.(entity object,service object,facade object)
4.State-Changing Methods Contain Minimal Behavior Logic(是非分明,不要纠缠不清)
determine the boundary is a litttle difficult.
5.Behavior Methods Can Be Called in Any Order(让依赖离我们远点)发表于 @ 2008年09月26日 19:29:00|评论(loading...)|收藏