From 7446493d358cf7d607a50578c2ae12163fd5cfd3 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sun, 5 Apr 2015 18:04:25 +0300 Subject: [PATCH] Moved Callback to idioms category. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f584edc61..78bbb28fc 100644 --- a/README.md +++ b/README.md @@ -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)