Update README.md

This commit is contained in:
Petrutiu Mihai
2016-07-21 15:35:12 +03:00
committed by GitHub
parent 9179a832a8
commit 3aa1362369

View File

@@ -1,4 +1,4 @@
BehavioralPatterns Behavioral Patterns
================== ==================
* 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. * 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.
* Behavioral patterns are concerned with algorithms and the assignment of responsibilities between objects. * Behavioral patterns are concerned with algorithms and the assignment of responsibilities between objects.