You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
Once subscribe does its work, it should not be concerned with notification or returning a value. Instead, it should rely on the observer pattern. Some observer somewhere else should be concerned with showing a notification upon a feed creation. Some observer somewhere else should be concerned with knowing when a subscription has completed. What it looks like is that I have followed this pattern in some places but not others.
Once subscribe does its work, it should not be concerned with notification or returning a value. Instead, it should rely on the observer pattern. Some observer somewhere else should be concerned with showing a notification upon a feed creation. Some observer somewhere else should be concerned with knowing when a subscription has completed. What it looks like is that I have followed this pattern in some places but not others.