Skip to main content

Checkpoint: Persistence

beginner15 min readLesson 47 of 204

One graded challenge: a save/load round-trip that must reproduce data exactly.

Checkpoint — persistence. Pass the graded challenge below to finish the module.

The graded tests cannot see files (grading runs code, not I/O) — so they grade the round-trip logic through strings: serialize items to the CSV text, parse text back to items, and require equality. Same skill, hermetic testing.