From 7ff88026bb0684bb829c960ae14ae667e40f3178 Mon Sep 17 00:00:00 2001 From: joshzambales Date: Fri, 3 Apr 2015 18:22:46 +0800 Subject: [PATCH] Updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24735a590..cb11999e5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi * [Null Object](#null-object) * [Callback](#callback) +### Presentation Tier Pattern + +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) + ## Abstract Factory [↑](#list-of-design-patterns) **Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.