Skip to content

Commit 3ffa574

Browse files
authored
Update README.md
1 parent fe0b001 commit 3ffa574

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Observer/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ The observer pattern is a great way to decouple specifics from a core\engine.
1010
The observer pattern can be used to broadcast important steps of an execution to other classes. For instance when a long running process begins\ends, you could broadcast these events and act upon them by updating Slack.
1111

1212
By doing so the core code (observable) wouldn't have to know anything about Slack, only the observing class would.
13+
14+
## Demo
15+
16+
I've created a video demo of the Observer Pattern that you can have a peek at here: https://www.youtube.com/watch?v=DgGKt0YgIBY&feature=youtu.be

0 commit comments

Comments
 (0)