We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366041 commit 7446493Copy full SHA for 7446493
1 file changed
README.md
@@ -56,7 +56,6 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
56
* [Template method](#template-method)
57
* [Visitor](#visitor)
58
* [Null Object](#null-object)
59
-* [Callback](#callback)
60
61
### Presentation Tier Patterns
62
@@ -71,6 +70,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
71
70
72
* [Execute Around](#execute-around)
73
* [Double Checked Locking](#double-checked-locking)
+* [Callback](#callback)
74
75
76
0 commit comments