#43 Move Intercepting Filter to behavior patterns category.

This commit is contained in:
Ilkka Seppala 2015-04-09 22:24:30 +03:00
parent e03bd818ec
commit 66982375f5

View File

@ -56,12 +56,12 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
* [Template method](#template-method)
* [Visitor](#visitor)
* [Null Object](#null-object)
* [Intercepting Filter](#intercepting-filter)
### Presentation Tier Patterns
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.
* [Intercepting Filter](#intercepting-filter)
* [Model-View-Presenter](#model-view-presenter)
### Idioms