File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ __Behavioral Patterns__:
4848| [ memento] ( memento.py ) | generate an opaque token that can be used to go back to a previous state |
4949| [ observer] ( observer.py ) | provide a callback for notification of events/changes to data |
5050| [ publish_subscribe] ( publish_subscribe.py ) | a source syndicates events/data to 0+ registered listeners |
51- | [ registry] ( registry.py ) | keeping track of all subclasses of a given class |
51+ | [ registry] ( registry.py ) | keep track of all subclasses of a given class |
5252| [ specification] ( specification.py ) | business rules can be recombined by chaining the business rules together using boolean logic |
5353| [ state] ( state.py ) | logic is organized into a discrete number of potential states and the next state that can be transitioned to |
5454| [ strategy] ( strategy.py ) | selectable operations over the same data |
You can’t perform that action at this time.
0 commit comments