littensy / slither

🐍 A casual game with a soothing Catppuccin color palette
https://www.roblox.com/games/14162747150
MIT License
119 stars 9 forks source link

refactor: create `composeBindings` #44

Closed littensy closed 1 year ago

littensy commented 1 year ago

joinAnyBindings and mapBindings leave much to be desired. This PR introduces a utility function that covers virtually all use-cases of joining and mapping bindings, and refactors code to use it.