Design choice: abstracting code away from user #22
julesvirallinen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the v.0 beta, audio and palette code is preloaded, and abstracted to user with semi-hidden code (P for palette-helper, initAudio and updateAudio).
The idea here is to make it more accessible, especially for performing, but it might make it worse in some ways.
How could the app stay accessible and easy, but still not hide code / funcitonality.
I think one good step would be for these preloaded libs to
Be editable by the user
Be transparent in what they contain
Be togglable on/off as features.
would take it in a good direction by enabling this to have a modular approach: easy features that can be enabled / disabled, and that make life easier. Extra plus if they are easy to develop!
Beta Was this translation helpful? Give feedback.
All reactions