Remember Rust with Anki
argpar.se
Remember Rust with Anki
1–10 of 36 posts
Re: Remember Rust with Anki
#2Re: Remember Rust with Anki
#3Re: Remember Rust with Anki
#4If you need flashcards to remember syntax, you're probably not writing/reading enough code.
Also, when you're just starting out it's helpful, you've got the information collected in one place and won't need to hunt it down via google.
Re: Remember Rust with Anki
#5It would be helpful if there were a few sample cards added to the blog post.
Re: Remember Rust with Anki
#6If you need flashcards to remember syntax, you're probably not writing/reading enough code.
Re: Remember Rust with Anki
#7Re: Remember Rust with Anki
#8If you need flashcards to remember syntax, you're probably not writing/reading enough code.
Example: I am almost never in need of grep. But sometimes I want to know which files in my project contain some string. Never could remember the right flags and order of arguments until I made it a flashcard--now I don't have to Google it anymore on those rare occasions when I need to know. Using flashcards for lots of little things like that really speeds up development; my cognitive switching costs are greatly diminished.
Re: Remember Rust with Anki
#9If you need flashcards to remember syntax, you're probably not writing/reading enough code.