frozenstruct / iOS-FinanceApp

This is a simple iOS Finance Tracking app implementing finance overview, graph view and expenses details view. WIP
1 stars 0 forks source link

Naming for observer pattern #60

Closed frozenstruct closed 4 years ago

frozenstruct commented 4 years ago

This pattern involves three types:

  1. The subscriber is the "observer" object and receives updates.
  2. The publisher is the "observable" object and sends updates.
  3. The value is the underlying object that's changed. - not sure about item 3, but others are definitely suitable.
frozenstruct commented 4 years ago

https://github.com/daksyonov/iOS-FinanceApp/commit/ee61e5cba564c326577fe26593a351e43c32018d