Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Design Pattern: quoting from the GOF design patterns book, a "pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to this problem, in such a way that you can use this solution a million times over, without ever doing it the same way twice." So, a design pattern is not an implementation, it is more like a high level description of a solution to a problem. Idiom: (not quoting from anyone) To me, an idiom is a typical implementation of a solution to a problem, often which occurs over and over again in our environment. Typically an idiom describes a particular languages implementation of a solution. This is what I think the differences are... Mark
Replies: |
Sponsored Links
|