-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
On Monkeytype there is an option to practice the missed words from a test. I find this very useful for practicing.
Since there is an intention of making this feature compatible with monkeytype (as mentioned here #83) I think its a good candidate to add.
I can do the implementation if you like. I'll post here my idea in case you have comments or a better idea.
Implementation idea
My idea is to add a list of missed words to the Result,
struct Result {
...
missed_words: Vec<String>
}Then add a method to create new test from missed words, something like:
impl Test {
from_missed_words(missed: Vec<String>) -> Test {...}and maybe call it with the option p for practice on the main loop.
I will work on a PR with this idea, let me know what you think :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels