Closed chrisnguyn closed 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.
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.