From f1af89ecc6c84eee58712bc294af5634917dbd00 Mon Sep 17 00:00:00 2001 From: Antonio Spinelli Date: Wed, 16 Apr 2014 14:54:31 -0300 Subject: [PATCH] add simple explanation about behavioral --- Behavioral/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Behavioral/README.md b/Behavioral/README.md index 470d3fd..d9c264e 100644 --- a/Behavioral/README.md +++ b/Behavioral/README.md @@ -1,5 +1,10 @@ # Behavioral +In software engineering, behavioral design patterns are design patterns that +identify common communication patterns between objects and realize these +patterns. By doing so, these patterns increase flexibility in carrying out this +communication. + * [ChainOfResponsibilities](ChainOfResponsibilities) [:notebook:](http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern) * [Command](Command) [:notebook:](http://en.wikipedia.org/wiki/Command_pattern) * [Iterator](Iterator) [:notebook:](http://en.wikipedia.org/wiki/Iterator_pattern)