-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Week 4: Presentation proposal (#2460)
Co-authored-by: TobiasLjunggren <[email protected]>
- Loading branch information
1 parent
ef25706
commit 9fa68a7
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
CodeRabbit: Automated AI Code Reviews | ||
|
||
## Names and KTH ID | ||
- Tobias Ljunggren ([email protected]) | ||
- Josef Lindkvist ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Week 4 | ||
|
||
## Category | ||
|
||
- Presentation | ||
|
||
## Description | ||
|
||
We will make a presentation on the importance of code reviews. We will present some empirical studies on code reviews and then on the topic of AI show off [CodeRabbit](https://coderabbit.ai/), an automated tool for LLM-based code reviews. We will show how this can be used as a part of your DevOps pipeline and discuss the importance of re-reviewing the code you wrote before deploying it to production. | ||
|
||
**Relevance** | ||
|
||
Code reviews takes up a huge part of your time when working as a software developer but it is critical to discuss and review changes to the codebase when working in bigger teams. In the future AI will also take part in this which will save a lot of time for senior engineers reviewing junior engineers code. |