daily-email: add 2023-08-28
Pair and mob programming are continuous code review
This commit is contained in:
parent
3b8e29e711
commit
ae9fd0d8e5
21
src/content/daily-email/2023-08-28.md
Normal file
21
src/content/daily-email/2023-08-28.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
title: >
|
||||||
|
Pair and mob programming are continuous code review
|
||||||
|
pubDate: 2023-08-28
|
||||||
|
permalink: >
|
||||||
|
archive/2023/08/28/pair-and-mob-programming-are-continuous-code-review
|
||||||
|
tags:
|
||||||
|
- code-review
|
||||||
|
- pair-programming
|
||||||
|
- mob-programming
|
||||||
|
---
|
||||||
|
|
||||||
|
Instead of a single Developer working individually on a task and submitting it for a code review once complete, try pair or mob programming.
|
||||||
|
|
||||||
|
As well as extra benefits, such as knowledge sharing and shared responsibility for the code, it's continuously reviewed and improved during the session.
|
||||||
|
|
||||||
|
Questions from "Why are we doing it this way?" to "What's the best name for this variable?" can be asked, and decisions and changes can be made in real time.
|
||||||
|
|
||||||
|
So, why wait until the task is complete and the code is harder to change to review it?
|
||||||
|
|
||||||
|
Why not have it reviewed as it's written?
|
Loading…
Reference in a new issue