Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Abstract] Shared implementation #60

Open
beefchimi opened this issue Jan 15, 2024 · 0 comments
Open

[Abstract] Shared implementation #60

beefchimi opened this issue Jan 15, 2024 · 0 comments
Labels
🎨 Enhancement Improvements to existing code / functionality

Comments

@beefchimi
Copy link
Owner

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.

@beefchimi beefchimi added the 🎨 Enhancement Improvements to existing code / functionality label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Enhancement Improvements to existing code / functionality
Projects
None yet
Development

No branches or pull requests

1 participant