From 5ee23b3d378f28752f3f99ff3855a137f1c00fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charly=20Chac=C3=B3n?= <107764250+Charlytoc@users.noreply.github.com> Date: Mon, 6 May 2024 10:22:07 -0500 Subject: [PATCH 1/2] Update code-review-guidelines.md --- code-review-guidelines.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code-review-guidelines.md b/code-review-guidelines.md index ce984f997..f3feec1f0 100644 --- a/code-review-guidelines.md +++ b/code-review-guidelines.md @@ -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** From 82aafb9873ac2fe6afb90f9a0014274001483d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charly=20Chac=C3=B3n?= <107764250+Charlytoc@users.noreply.github.com> Date: Mon, 6 May 2024 11:16:11 -0500 Subject: [PATCH 2/2] Update code-review-guidelines.md --- code-review-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-review-guidelines.md b/code-review-guidelines.md index f3feec1f0..bbfb9e7fb 100644 --- a/code-review-guidelines.md +++ b/code-review-guidelines.md @@ -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