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

Simplify code paths related to Bramble API methods, events and preferences #605

Open
humphd opened this issue Feb 23, 2017 · 2 comments
Open

Comments

@humphd
Copy link

humphd commented Feb 23, 2017

We have lots of features that are basically implemented the same way, and it's always a very manual process (e.g., #584).

It would be interesting to see how much we could do to automate this kind of code, such that adding a new preference is as simple as instantiating a new Object from a constructor, which does all the manual steps for you automatically.

If someone wants to work on this, I'll help figure what this should look like.

@humphd
Copy link
Author

humphd commented Feb 23, 2017

See also #595

@Pomax
Copy link

Pomax commented Feb 23, 2017

I read through these bugs but I'm not super clear on what part(s) can be turned into encapsulated functionality that is easy to run in an automated fashion. Can you elaborate on what thoughts you have here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants