rr- / drill

A CLI program for learning things through spaced repetition. :dog:
MIT License
96 stars 14 forks source link

optimize loop. pass only num cards to learn card command #5

Closed vindex10 closed 5 years ago

vindex10 commented 5 years ago

no need to path entire list. only length is enough, moreover save time on re-computing the length for each card cycle.