Skip to content

Commit dfeef55

Browse files
committed
*: trim trivial patterns
1 parent 6a717fe commit dfeef55

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ A curated collection of idiomatic design & application patterns for Go language.
2525

2626
| Pattern | Description | Status |
2727
|:-------:|:----------- |:------:|
28-
| [Adapter](/structural/adapter.md) | Adapts otherwise incompatible interfaces to work together by adapting one to the other ||
2928
| [Bridge](/structural/bridge.md) | Decouples an interface from its implementation so that the two can vary independently ||
3029
| [Composite](/structural/composite.md) | Encapsulates and provides access to a number of different objects ||
3130
| [Decorator](/structural/decorator.md) | Adds behavior to an object, statically or dynamically ||
3231
| [Facade](/structural/facade.md) | Uses one type as an API to a number of others ||
3332
| [Flyweight](/structural/flyweight.md) | Reuses existing instances of objects with similar/identical state to minimize resource usage ||
34-
| [Model View Controller](/structural/model_view_controller.md) | Divides an app into three interconnected parts to separate internal representation from presentation to user ||
3533
| [Proxy](/structural/proxy.md) | Provides a surrogate for an object to control it's actions ||
3634

3735
## Behavioral Patterns

SUMMARY.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
* [Object Pool](/creational/object-pool.md)
99
* [Singleton](/creational/singleton.md)
1010
* [Structural Patterns](/README.md#structural-patterns)
11-
* [Adapter](/structural/adapter.md)
1211
* [Bridge](/structural/bridge.md)
1312
* [Composite](/structural/composite.md)
1413
* [Decorator](/structural/decorator.md)
1514
* [Facade](/structural/facade.md)
1615
* [Flyweight](/structural/flyweight.md)
17-
* [Model View Controller](/structural/model_view_controller.md)
1816
* [Proxy](/structural/proxy.md)
1917
* [Behavioral Patterns](/README.md#behavioral-patterns)
2018
* [Chain of Responsibility](/behavioral/chain_of_responsibility.md)

0 commit comments

Comments
 (0)