Repository with an example of using the "Observer" pattern
Theme: News Agency
Main idea:
► TRACKING CHANGES
Key ideas:
● Creating a subject and an object that will observe changes to the subject.
● Using Delegates and Events as the basis for the Observer Pattern.