Design Pattern Relationship Diagram - Design Patterns - Gang of Four

T

Tim Smith

Dear All,

Silly question, but I am having trouble understanding the diagram on the
inside back cover entitled "Design Pattern Relationships." It shows the
relationships between all of the design patterns. Unfortunately, the book
doesn't exactly explain what it all means. Although it looks very pretty -
would anyone give me some background on its usefulness? For example is it
just illustrating how different patterns come together to solve problems.
An obvious one is the Factory Method (often used by the Template Method),
but the Template method runs off to the Strategy, Strategy to the Decorator
and the Flyweight.

Thank you in advance,
Tim
 
K

Kurt Krueckeberg

Dear All,

Silly question, but I am having trouble understanding the diagram on the
inside back cover entitled "Design Pattern Relationships." It shows the
relationships between all of the design patterns. Unfortunately, the book
doesn't exactly explain what it all means. Although it looks very
pretty -
would anyone give me some background on its usefulness? For example is it
just illustrating how different patterns come together to solve problems.

Yes.

The term 'pattern language' is sometimes used to describe a set of patterns
that work together to provide an architecture.
 
T

Tim Smith

Ok, understood. But how do I read this diagram. That is, are you saying
that
whenever I use a Factory pattern, there is most likely a Template involved?

What is the diagram trying to say? That is all I want to know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,190
Latest member
ClayE7480

Latest Threads

Top