Files
DesignPatternsPHP/Behavioral
Евгений Глотов 0ebafc5eaa Memento pattern.
- Caretaker should save history for normal pattern implementation.
- Importent notes in code of Originator.
- Readme with full pattern philosophy.
- Tests and example of usage inside test.
2015-05-30 05:35:54 +03:00
..
2015-05-30 05:35:54 +03:00
2015-04-03 10:57:00 +02:00
2015-04-07 22:00:12 +02:00

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.