parthsdoshi / MediaQ

MediaQ: a easy no-login, no-fuss media queue.
http://mediaq.parthdoshi.com
1 stars 1 forks source link

Atomize actions #22

Open master3243 opened 6 years ago

master3243 commented 6 years ago

Break actions into as smallest parts as possible. one example is setVolume, break into two actions.

setVolume that changes the state's volume AND setVolume that changes the youtube objects volume.

that way actions are easier to deal with.