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

Create a single scoreControls container #85

Open
Toine-ddt opened this issue Jul 12, 2021 · 0 comments
Open

Create a single scoreControls container #85

Toine-ddt opened this issue Jul 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Toine-ddt
Copy link
Contributor

an idea: what about instead calling the method "modify" for these four things and having references to these four objects in a single scoreControls container ? so that one could do

 for(let controls of scoreControls) {
   controls.modify();
 }

or

 scoreControls.forEach(controls => controls.modify());

Originally posted by @jcelerier in #82 (comment)

@Toine-ddt Toine-ddt added the enhancement New feature or request label Jul 13, 2021
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

No branches or pull requests

1 participant