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

Add a way to decorate System #44

Closed
ryuuart opened this issue May 11, 2023 · 0 comments · Fixed by #47
Closed

Add a way to decorate System #44

ryuuart opened this issue May 11, 2023 · 0 comments · Fixed by #47
Assignees
Labels
enhancement New feature or request

Comments

@ryuuart
Copy link
Owner

ryuuart commented May 11, 2023

Right now, implementing System relies on coding specific yet repetitive logic to test the current state of playback and other stuff. It's pretty error-prone to rely on making sure each of those variables are manually guarded and implemented. Instead, we should bake or "decorate" this behavior in anything that needs it so if there are bugs, it's not distributed across all System.

@ryuuart ryuuart self-assigned this May 11, 2023
@ryuuart ryuuart added the enhancement New feature or request label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant