chrisnguyn / rosie

Discord bot as a central hub for many actions in one place
3 stars 2 forks source link

[RFR] Abstracting todo list cmds into functions #9

Closed chrisnguyn closed 4 years ago

chrisnguyn commented 4 years ago

Addresses #7.

Currently, in the todo list class, we have a switch case statement that constructs and executes the SQL queries.

Looks kind of gross. Hard to maintain. Would be better to have the switch case call separate functions instead.