alveusgg / chatbot

A Twitch Chat bot for Alveus Sanctuary, allowing stream viewers to control the tech running the Live Cams.
Other
5 stars 7 forks source link

Remove utils/utilsModule + utils/helper #31

Open MattIPv4 opened 2 days ago

MattIPv4 commented 2 days ago

https://github.com/alveusgg/chatbot/blob/main/src/utils/utilsModule.js + https://github.com/alveusgg/chatbot/blob/main/src/utils/helper.js are a hodge-podge of random utility methods that could do with being cleaned up with JSDoc added, establishing what is actually being used in multiple places (if used in a single place, can likely be moved in-line rather than a util) and split into dedicated files (one per util, or per grouping of logically-related utils).