Practice workspaceY
Better task judgment
UNFAMILIAR TRANSFER · NO LESSON HINTS

Transfer: A safe document export

Find a relevant precedent, verify that its constraints match, and reuse conventions without preserving a known flaw.

TRANSFER DECISION

A safe document export

src/exportNotes.ts: verifies ownership and uses the shared CSV encoder.
src/exportStats.ts: public aggregate data and hand-built CSV strings.
legacy/exportDocs.ts: correct columns, but a tracked issue identifies unsafe CSV quoting.
Task: export private document titles, preserving correct quoting.

Simulated scenario · No repository access or command execution

What is the strongest reuse plan?

Loading your saved lesson progress…