iafisher / drill

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

Modularize code #57

Closed iafisher closed 4 years ago

iafisher commented 4 years ago

The application can be broken into the following components:

iafisher commented 4 years ago

Could also add an iohelper module that holds some of the I/O functions that multiple modules use, like prompt, confirm, and prettyprint.