Updated README.md

This commit is contained in:
joshzambales 2015-04-03 20:22:54 +08:00
parent 092e6ef9c1
commit 915145e12a

View File

@ -52,7 +52,7 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
* [Null Object](#null-object)
* [Callback](#callback)
### Presentation Tier Pattern
### 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.
@ -436,7 +436,6 @@ Presentation Tier patterns are the top-most level of the application, this is co
* a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers
* you want a modular approach to configuring pre-processing and post-processing schemes
# Frequently asked questions
**<a id="Q1">Q: What is the difference between State and Strategy patterns?</a>**