| Author |
A collection of some best practices?
|
qunfeng wang
Ranch Hand
Joined: Jan 28, 2005
Posts: 407
|
|
I don't find a sample chapter on Amazon. So I just get some information from book description and reviews. I always think Design Patterns is a book of a collection of good practices: how to construct a class, how classes collaboration with each other, etc. 1. How is Implementation Patterns book different from Design Patterns book? 2. Are there any general rules behind the tips you exhibit in your book? Somehing like OO Principles in Uncle Bob's book. thanks
|
To be or not to be. It's a question.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26218
|
|
|
The sample chapter is on InformIT.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by Louis Wang: I always think Design Patterns is a book of a collection of good practices: how to construct a class, how classes collaboration with each other, etc. 1. How is Implementation Patterns book different from Design Patterns book?
Design Pattern books typically describe their patterns in a pattern format, which isn't the case for "Implementation Patterns". Also, the implementation patterns Kent describes are lower-level than design patterns.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Kent Beck
author
Ranch Hand
Joined: Nov 07, 2003
Posts: 45
|
|
Louis, I agree with the other posters that Implementation Patterns are smaller scale than design patterns--intra- rather than inter-object. The book does discuss the values and principles behind the patterns, which is part of what makes it not just another Java style book. Regards, Kent Beck Three Rivers Institute
|
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0596007434/ref=jranch-20" target="_blank" rel="nofollow">JUnit Pocket Guide</a>
|
 |
 |
|
|
subject: A collection of some best practices?
|
|
|