Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xulww authored Jun 12, 2021
1 parent 07ff8f7 commit e7a2acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Observer/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The observer pattern has two types of objects - observable and observers.

Observable - the object/value that is changing.
Observers - keeping track if there are changes in the objects its connected to.
Observer - keeping track if there are changes in the objects it's connected to.

Usually the relationship between the objects in the observer pattern is one to many
because it has one object that is notifying and changing the rest of the objects.
because it has one object that's notifying and changing the rest of the objects.

0 comments on commit e7a2acd

Please sign in to comment.