-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
21. New Pattern Template
Ilkka Seppälä edited this page Jun 4, 2024
·
6 revisions
---
title: Abstract Factory
description: Description of Abstract Factory
category: Creational
language: en
tag:
- Abstraction
- Decoupling
- Gang of Four
---
Alternative names for the pattern, if any (bullet list).
Short description of what the pattern intends to achieve.
This chapter consists of the following sections
- Real-world example (analogue from real-word)
- In plain words (one sentence simple pattern description)
- Wikipedia says (or some other authoritative link)
- Programmatic example (explain the pattern with code snippets)
Shows the diagram for the pattern example. Pick the most relevant type. The diagram is not shown when it does not add information.
When should the pattern be used? (bullet list)
Links to any tutorials where the pattern is demonstrated. (bullet list)
Links to any known use cases where the pattern has been used. (bullet list)
What are the consequences of using the pattern? List the benefits and trade-offs with bullet lists.
List/links to related patterns (bullet list).
List of authoritative books/articles about the pattern (bullet list).