Quizzes, walkthroughs & flashcards

Acquire, test, retain: three ways to earn understanding instead of offloading it.

Quizzes

A quiz is a set of questions generated from your source. Work through them to check whether you actually understand the code, not just that you skimmed the plan. Quizzes are best when you want to test comprehension after a walkthrough, or to find the gaps before you dive in.

Walkthroughs

A walkthrough is a guided, step-by-step tour through a repository, PR, or branch. Each step explains a piece of the material in context (the why, not just the what) so you build a mental model in the order that makes sense. Reach for a walkthrough when you are meeting a codebase or a change for the first time.

Flashcards

Flashcards turn APIs, patterns, and gotchas into spaced-repetition cards. They fight skill atrophy: the things you need to remember (signatures, conventions, edge cases) resurface before they rot.

A typical flow

  1. Start with a walkthrough to orient yourself.
  2. Take a quiz to confirm it stuck and surface gaps.
  3. Drop the durable facts into flashcards for long-term recall.

Sharing and revisiting

Every artifact lives in your library and spaces, so you can return to it, share it with a team, or regenerate it when the underlying code changes.