design-patterns/behavioral
Ruidy bf1d5dd7f0
Memento (#19)
* doc: add documentation

* doc: update general documentation

* add code example
2020-10-03 20:45:32 +02:00
..
chain_responsibility Chain of Responsibility (#15) 2020-09-30 14:12:08 +02:00
command Command (#16) 2020-10-01 13:26:58 +02:00
iterator Iterator (#17) 2020-10-02 15:24:36 +02:00
mediator Mediator (#18) 2020-10-02 17:24:36 +02:00
memento Memento (#19) 2020-10-03 20:45:32 +02:00
__init__.py Chain of Responsibility (#15) 2020-09-30 14:12:08 +02:00
README.md Memento (#19) 2020-10-03 20:45:32 +02:00

Behavioral Patterns

Behavioral design patterns are concerned with algorithms and the assignment of responsibilities between objects.

Patterns