← All Workshops

MudEngine Part 7: Save & Load

Step 2 / 10

Track your progress with jj

You're continuing from Part 6. Before each coding step, create a checkpoint:

  1. jj new — create a new empty change
  2. jj describe -m "Part 7 - what you are about to do" — label it

Run jj log after each step to watch your checkpoint history grow.

💡 Workflow reminder

The workflow is the same as previous parts:

  1. Read the step
  2. jj new && jj describe -m "Part 7 - <step description>"
  3. Do the coding work
  4. Repeat

You can always jj restore to undo a change and go back to a clean checkpoint.

Step 2 / 10