Skip to content

Commit d0feb3c

Browse files
committed
Moved Model-View-Presenter pattern under Presentation Tier Patterns.
1 parent e136e6a commit d0feb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Structural patterns are concerned with how classes and objects are composed to f
3737
* [Flyweight](#flyweight)
3838
* [Proxy](#proxy)
3939
* [Service Locator](#service-locator)
40-
* [Model-View-Presenter](#model-view-presenter)
4140
* [Servant](#servant)
4241
* [Event Aggregator](#event-aggregator)
4342

@@ -66,6 +65,7 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
6665
Presentation Tier patterns are the top-most level of the application, this is concerned with translating tasks and results to something the user can understand.
6766

6867
* [Intercepting Filter](#intercepting-filter)
68+
* [Model-View-Presenter](#model-view-presenter)
6969

7070

7171
## <a name="abstract-factory">Abstract Factory</a> [&#8593;](#list-of-design-patterns)

0 commit comments

Comments
 (0)