2011年04月24日 at 10:53 am
#1363
Keymaster
P400的插语2没有问题,请注意文献【2】中的Effective Java是第二版的,item 2是
Consider a builder when faced with many constructor parameters
关于讲述比较具体的设计模式的书,除GoF外,《Head First Design Patterns》也很有名,只是过于简单。其他可参见:Martin Fowler的《Patterns of Enterprise Application Architecture》及《Refactoring: Improving The Design Of Existing Code》,Bruce Eckel的《Thinking in Patterns: Problem-Solving Techniques using Java》,Mark Grand的《Patterns in Java》第一卷。如果有时间,可参阅五卷本的《Pattern-Oriented Software Architecture》,当然其中的模式不限于设计模式,还包括架构模式。