This is a discussion on The second book of patterns? within the Software Patterns forums, part of the Testing category; Hi, I bought the "design patterns" books by the gang of four, and I wonder if there are ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
The second book of patterns?
Hi,
I bought the "design patterns" books by the gang of four, and I wonder if there are additional books (or other resources) covering the subject, or more exactly adding to it (new patterns, etc). Thanks, Moah, full time turnip. |
|
|||
|
Re: The second book of patterns?
"Moah, full time turnip." <moah@NO.micronet.SPAM.fr> might (or might
not) have written this on (or about) Tue, 30 Sep 2003 14:25:28 +0200, : >Hi, > >I bought the "design patterns" books by the gang of four, and I wonder >if there are additional books (or other resources) covering the subject, >or more exactly adding to it (new patterns, etc). > >Thanks, >Moah, full time turnip. Take a look at "Agile Software Development: Principles, Patterns, and Practices" http://www.objectmentor.com/PPP Robert C. Martin | "Uncle Bob" Object Mentor Inc.| unclebob @ objectmentor . com PO Box 5757 | Tel: (800) 338-6716 565 Lakeview Pkwy | Fax: (847) 573-1658 | www.objectmentor.com Suite 135 | | www.XProgramming.com Vernon Hills, IL, | Training and Mentoring | www.junit.org 60061 | OO, XP, Java, C++, Python | http://fitnesse.org |
|
|||
|
Re: The second book of patterns?
"Moah, full time turnip." wrote:
> > Hi, > > I bought the "design patterns" books by the gang of four, and I wonder > if there are additional books (or other resources) covering the subject, > or more exactly adding to it (new patterns, etc). > > Thanks, > Moah, full time turnip. Yes. Take a look at volume 1 of the POSA series--i.e., Pattern-Oriented Software Architecture: A System of Patterns by Frank Buschmann et al. -- Robert E. Newby Principal Software Engineer Vestmark, Inc. 500 Edgewater Drive, Suite 564 Wakefield, Massachusetts 01880 USA 781-224-3646 | Bob _ Newby @ vestmark . com | www . vestmark . com |
|
|||
|
Re: The second book of patterns?
>I bought the "design patterns" books by the gang of four, and I wonder
>if there are additional books (or other resources) covering the subject, >or more exactly adding to it (new patterns, etc). The GoF book does not go into full detail on some of the described patterns. I, for example, kinda struggled in understanding the real meaning of the bridge pattern. This book did support my understanding profoundly: Shalloway, A., Trott, J. R., Design Patterns Explained. A New Perspective on Object Oriented Design, Addison-Wesley, 2001. However, it does not add new patterns to the GoF repertory and does not even cover all of those, but it explains some patterns in greater depth. I did benefit significantly from reading it second to the GoF book. Regards, Malte --- The above e-mail address is not valid. To contact me, please use my real e-mail address: malte AT t DASH online DOT de Just replace the capitalized words with the corresponding punctuation marks. |
|
|||
|
Re: The second book of patterns?
Malte Persike wrote:
> However, it does not add new patterns to the GoF repertory and does > not even cover all of those, but it explains some patterns in greater > depth. I did benefit significantly from reading it second to the GoF > book. Thanks. Moah, platypus powaaa! |