15 lines
270 B
Markdown
15 lines
270 B
Markdown
---
|
|
tags:
|
|
- software
|
|
---
|
|
# Design Patterns
|
|
|
|
[Design Pattern](https://en.wikipedia.org/wiki/Software_design_pattern)
|
|
|
|
[_Design Patterns_](https://en.wikipedia.org/wiki/Design_Patterns)
|
|
|
|
## Patterns
|
|
|
|
### Builder
|
|
|
|
A builder class is one whose job is to construct another. |