Had to introduce a couple additional parameters that previously were being captured by the closure. Also re-ordered the parameters to be a little more consistent (always put password first). Hopefully the order I choose makes sense!
most_guessable_match_sequence/3 is probably large enough that it could be extracted to it's own module.
Had to introduce a couple additional parameters that previously were being captured by the closure. Also re-ordered the parameters to be a little more consistent (always put password first). Hopefully the order I choose makes sense!
most_guessable_match_sequence/3
is probably large enough that it could be extracted to it's own module.Partially addresses #12