Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 457 Bytes

behavioral.rst

File metadata and controls

20 lines (17 loc) · 457 Bytes

Behavioral

In a nutshell, behavioral patterns deal with objects' interactions and responsibilities.

You can have a look at the source code on GitHub

.. toctree::
   :maxdepth: 1

   Chain of responsibility <chain_of_responsibility>
   command
   interpreter
   iterator
   mediator
   memento
   observer
   state
   strategy
   Template method <template_method>
   visitor