spike-2 / Spike-2

Server specific Discord bot
https://spike-2.github.io
1 stars 0 forks source link

Refactor the code base (move to functional) #82

Open jwMaxwell opened 2 years ago

jwMaxwell commented 2 years ago

Is your feature request related to a problem? Please describe. The code isn't functional enough

Describe the solution you'd like Refactor each of the JS files to better match the functional paradigm and new coding style-guide (once released)

Additional context We should start with non-plugin files first. Once those are complete we can edit the blueprint plugins and refactor each of the plugins accordingly

brandoningli commented 2 years ago

Maintain (and with some existing code, add) modularity wherever possible. This makes things easier to remove if they become problematic.