Skip to content

Commit da7d23b

Browse files
committed
move Callback to idioms
1 parent dc0f578 commit da7d23b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
5656
* [Template method](#template-method)
5757
* [Visitor](#visitor)
5858
* [Null Object](#null-object)
59-
* [Callback](#callback)
6059

6160
### Presentation Tier Patterns
6261

@@ -72,7 +71,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
7271
* [Execute Around](#execute-around)
7372
* [Double Checked Locking](#double-checked-locking)
7473
* [Poison Pill](#poison-pill)
75-
74+
* [Callback](#callback)
7675

7776
## <a name="abstract-factory">Abstract Factory</a> [&#8593;](#list-of-design-patterns)
7877
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

0 commit comments

Comments
 (0)