Skip to content

Commit

Permalink
Merge pull request #2285 from breatheco-de/Charlytoc-patch-18
Browse files Browse the repository at this point in the history
Update code-review-guidelines.md
  • Loading branch information
tommygonzaleza authored May 6, 2024
2 parents 06dda0f + 82aafb9 commit 16bb108
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code-review-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

A code review is an essential part of the learning process for students. It's a way to ensure that students are following good coding practices as they work on projects. When using version control systems like Git, students typically make multiple commits as they modify their files.
As mentors, it's our responsibility to review this modified code and identify areas where the student may not be following best practices. This process helps students improve their coding skills and learn from their mistakes.
This process is easy to do using Rigobot as you can see [here](https://github.com/breatheco-de/content/blob/master/how-to-review-code.md)
This process is easy to do using Rigobot as you can see [here](https://4geeks.com/lesson/how-to-review-code)


### Key Takeaways
Expand All @@ -17,6 +17,10 @@ This process is easy to do using Rigobot as you can see [here](https://github.co
* Mentors play a key role in reviewing modified code and providing feedback on best practices.

### Common Guidelines for Conducting Code Reviews
You can check [this general guide](https://4geeks.com/lesson/coding-standards-guidelines) about good code practices, is useful to understand what the student might achieve when writting code, and is useful for you to understand what you need to review in the student's code.



![charlytoc_Close-up_image_of_a_screen_showing_code_with_inline_c_f14f9948-2321-49c3-955c-d86fc1bb3676](https://github.com/breatheco-de/content/assets/107764250/0d9351ff-e622-4c4d-9676-8a3ae0356c93)

#### 1. **Understand the Context**
Expand Down

0 comments on commit 16bb108

Please sign in to comment.