Skip to content

Commit 824474c

Browse files
committed
docs: add missing Servant pattern to README behavioral patterns table
1 parent 90016f4 commit 824474c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)