Skip to content

Commit 9d0f2f2

Browse files
committed
Add summary to the code review presentation GH-64
1 parent 5d66d28 commit 9d0f2f2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lectures/14_code_review.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,23 @@ int main (void) {
632632
:::::::::
633633
::::::::::::
634634
635+
# summary
636+
637+
- (code) review is for improving (code) quality
638+
- finding issues as early as possible
639+
- applies to every output element of the development process
640+
- V-model
641+
- requirement analysis can be reviewed
642+
- for design: risk storming
643+
- for code review, four formality level
644+
- informal, walkthrough, technical, inspection
645+
- be open to feedback, try to learn from the review
646+
- the subject of the code review is not you, but your code
647+
- use I-messages
648+
- talk about the code, not the coder
649+
- ask questions
650+
- don’t forget to praise
651+
635652
636653
# references
637654

0 commit comments

Comments
 (0)