mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
Merge branch 'observer' of https://github.com/powerchordinc/go-patterns into observer
# Conflicts: # README.md
This commit is contained in:
commit
b9f8a7203a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ __Behavioral Patterns__:
|
|||
| TODO: [Command](behavioral/command.md) | Bundles a command and arguments to call later |
|
||||
| TODO: [Mediator](behavioral/mediator.md) | Connects objects and acts as a proxy |
|
||||
| TODO: [Memento](behavioral/memento.md) | Generate an opaque token that can be used to go back to a previous state |
|
||||
| TODO: [Observer](behavioral/observer.md) | Provide a callback for notification of events/changes to data |
|
||||
| [Observer](behavioral/observer.md) | Provide a callback for notification of events/changes to data |
|
||||
| TODO: [Registry](behavioral/registry.md) | Keep track of all subclasses of a given class |
|
||||
| TODO: [State](behavioral/state.md) | Encapsulates varying behavior for the same object based on its internal state |
|
||||
| [Strategy](behavioral/strategy.md) | Enables an algorithm's behavior to be selected at runtime |
|
||||
|
|
Loading…
Add table
Reference in a new issue