Task fit
What was the original task, and does the code implement a reasonable approach?
weekly read code lab
The goal is to learn to read code like a reviewer. Each week has a diff, a task brief, and questions that help you decide whether the code meets the requirements, preserves old behavior, uses clean abstractions, and has enough testing evidence.
review checklist
What was the original task, and does the code implement a reasonable approach?
If this is not net-new logic with clear boundaries, are previous requirements still satisfied?
Are new functions appropriately scoped, or did modified functions become too busy?
Is the business logic covered by focused unit tests, especially important edge cases?
Did the author provide reasonable evidence from staging, pseudo-production, or manual checks?
Is the code logical, readable, error-free, maintainable, and safe enough to approve?
archive
The archive is powered by /data/read-code-labs.json, so one new exercise can be added each week without changing the page structure.