Updated README.md
This commit is contained in:
parent
092e6ef9c1
commit
915145e12a
@ -52,7 +52,7 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
|
|||||||
* [Null Object](#null-object)
|
* [Null Object](#null-object)
|
||||||
* [Callback](#callback)
|
* [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.
|
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
|
* 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
|
* you want a modular approach to configuring pre-processing and post-processing schemes
|
||||||
|
|
||||||
|
|
||||||
# Frequently asked questions
|
# Frequently asked questions
|
||||||
|
|
||||||
**<a id="Q1">Q: What is the difference between State and Strategy patterns?</a>**
|
**<a id="Q1">Q: What is the difference between State and Strategy patterns?</a>**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user