Why are we doing this?
Code review is an essential part of coding.
Therefore, you are expected to review at least one other student’s pull request (PR) and providing constructive feedback.
Week 7 review : HackYourFutureBelgium#7
Week 8 review : HackYourFutureBelgium#19
How to Review a PR (Guideline for Students)
When reviewing a classmate’s PR, focus on being helpful, respectful, and specific.
🔎 What to Check
Functionality
- Does the code work as expected?
- Are all required tasks completed?
Readability
- Is the code easy to understand?
- Are variable and function names clear and meaningful?
Structure & Organization
- Is the code well-organized?
- Are files structured properly?
Best Practices
- Is there unnecessary repetition?
- Could something be simplified?
- Are there edge cases not handled?
Code Quality
- Proper indentation and formatting?
- No unused variables?
- Clean and consistent style?
Why are we doing this?
Code review is an essential part of coding.
Therefore, you are expected to review at least one other student’s pull request (PR) and providing constructive feedback.
Week 7 review : HackYourFutureBelgium#7
Week 8 review : HackYourFutureBelgium#19
How to Review a PR (Guideline for Students)
When reviewing a classmate’s PR, focus on being helpful, respectful, and specific.
🔎 What to Check
Functionality
Readability
Structure & Organization
Best Practices
Code Quality