Topic coverage
Code Review topics we can work through with your actual brief
The page focuses on requirements, architecture, implementation and software quality. Each topic below should connect to a deliverable, test or explanation instead of appearing as isolated terminology.
01Code Review planning
A useful way to approach Code Review planning is to separate the concept from the deliverable. Work through a small example, verify it with VS Code, and only then scale the reasoning to the full assignment requirement.
02Code Review implementation
Code Review implementation often earns marks in more than one place: implementation, testing and explanation. Use Git/GitHub to make the work reproducible, then discuss the important assumptions, edge cases and limitations.
03Code Review testing
Code Review testing should not appear as an isolated feature. Show how it interacts with the rest of the Code Review task, how you tested it, and what the result means for the final technical report.
04Code Review documentation
When the brief includes Code Review documentation, identify exactly what the marker expects to inspect. Build or analyse that part with Postman, record meaningful evidence, and connect the outcome to a traceable link between requirements, design decisions and implementation.
05Code Review debugging and evaluation
When the brief includes Code Review debugging and evaluation, identify exactly what the marker expects to inspect. Build or analyse that part with testing tools, record meaningful evidence, and connect the outcome to a traceable link between requirements, design decisions and implementation.