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
Design:
EventProvider - generic interface that provides Events
GitHubEventProvider - class that implements the interface and provides Events
Event class -design class that represents "event"
Design:
EventProvider - generic interface that provides Events
GitHubEventProvider - class that implements the interface and provides Events
Event class -design class that represents "event"
Implement all above