mathematicalmichael / spellfix

Spelling correction module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add coverage for other menu options

mathematicalmichael opened this issue · comments

currently there's a bit of an issue with the auto-run. if it worked differently, it'd be easier to test. As is, since it just keeps going until the next trigger, it's hard to interact with the menu.

a better flow would be to pass through everything once at each iteration, make corrections, and then ask for the menu.

modularize the code so that there's a simpler way to do this.