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
When we look at all the main components of Earwurm, there is a fair amount of redundancy. Mainly, volume and mute accessors are identical.
It would be nice if that stuff lived inside of an Abstract class that all components simply extended from. That way we could save ourselves some repetition.
The text was updated successfully, but these errors were encountered:
When we look at all the main components of
Earwurm
, there is a fair amount of redundancy. Mainly,volume
andmute
accessors are identical.It would be nice if that stuff lived inside of an
Abstract
class that all components simply extended from. That way we could save ourselves some repetition.The text was updated successfully, but these errors were encountered: