Skip to content

Commit

Permalink
*: trim trivial patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrts committed Oct 20, 2016
1 parent 6a717fe commit dfeef55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ A curated collection of idiomatic design & application patterns for Go language.

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

## Behavioral Patterns
Expand Down
2 changes: 0 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
* [Object Pool](/creational/object-pool.md)
* [Singleton](/creational/singleton.md)
* [Structural Patterns](/README.md#structural-patterns)
* [Adapter](/structural/adapter.md)
* [Bridge](/structural/bridge.md)
* [Composite](/structural/composite.md)
* [Decorator](/structural/decorator.md)
* [Facade](/structural/facade.md)
* [Flyweight](/structural/flyweight.md)
* [Model View Controller](/structural/model_view_controller.md)
* [Proxy](/structural/proxy.md)
* [Behavioral Patterns](/README.md#behavioral-patterns)
* [Chain of Responsibility](/behavioral/chain_of_responsibility.md)
Expand Down

0 comments on commit dfeef55

Please sign in to comment.