iafisher / drill

Spaced-repetition quizzes on the command line
MIT License
2 stars 0 forks source link

Refactor quiz and question types #77

Closed iafisher closed 4 years ago

iafisher commented 4 years ago

Each should be immutable value types. All imperative code should be put into a separate type/module.

iafisher commented 4 years ago

Remaining: get rid of flip method on Question type.