mathematicalmichael / spellfix

Spelling correction module.
1 stars 1 forks source link

add coverage for other menu options #27

Open mathematicalmichael opened 4 years ago

mathematicalmichael commented 4 years ago

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.