TinkerStorm / interaction-prototypes

A Discord interaction prototype preparing to lay the foundations of a game service.
https://discord.gg/z5DPVHNBuw
GNU General Public License v3.0
2 stars 0 forks source link

struct(ballot): Redirect code structure to use a class instance #29

Open sudojunior opened 2 years ago

sudojunior commented 2 years ago

Made in reference to https://github.com/TinkerStorm/interaction-prototypes/pull/27#discussion_r901102242 as part of the original intention to use a class structure to handle the ballot code, moving further into a standalone module (main hitch at scale would be memory usage with instances in memory).