File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ __Behavioral Patterns__:
5050| [ observer] ( patterns/behavioral/observer.py ) | provide a callback for notification of events/changes to data |
5151| [ publish_subscribe] ( patterns/behavioral/publish_subscribe.py ) | a source syndicates events/data to 0+ registered listeners |
5252| [ registry] ( patterns/behavioral/registry.py ) | keep track of all subclasses of a given class |
53+ | [ servant] ( patterns/behavioral/servant.py ) | provide common functionality to a group of classes without using inheritance |
5354| [ specification] ( patterns/behavioral/specification.py ) | business rules can be recombined by chaining the business rules together using boolean logic |
5455| [ state] ( patterns/behavioral/state.py ) | logic is organized into a discrete number of potential states and the next state that can be transitioned to |
5556| [ strategy] ( patterns/behavioral/strategy.py ) | selectable operations over the same data |
You can’t perform that action at this time.
0 commit comments