Moved Callback to idioms category.

This commit is contained in:
Ilkka Seppala 2015-04-05 18:04:25 +03:00
parent 6366041781
commit 7446493d35

View File

@ -56,7 +56,6 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
* [Template method](#template-method)
* [Visitor](#visitor)
* [Null Object](#null-object)
* [Callback](#callback)
### Presentation Tier Patterns
@ -71,6 +70,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
* [Execute Around](#execute-around)
* [Double Checked Locking](#double-checked-locking)
* [Callback](#callback)