From 019e0d6347ebd82eb28f01372b8414908741e71d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 13 May 2023 11:20:54 +0100 Subject: [PATCH] daily-email: add 2023-05-11 --- src/content/daily-email/2023-05-11.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/daily-email/2023-05-11.md diff --git a/src/content/daily-email/2023-05-11.md b/src/content/daily-email/2023-05-11.md new file mode 100644 index 000000000..2096d56eb --- /dev/null +++ b/src/content/daily-email/2023-05-11.md @@ -0,0 +1,18 @@ +--- +title: > + Why I like pair and mob programming +pubDate: 2023-05-11 +permalink: > + archive/2023/05/11/why-i-like-pair-and-mob-programming +tags: + - pair-programming + - mob-programming +--- + +When working as part of a team, I like to do pair or mob programming as much as possible. + +I like being able to give and receive feedback in real-time; everyone can contribute to the solution and more shared knowledge, so there's less siloing, and it's much harder to block multiple people than a single person. + +Working in pairs or a mob is a great opportunity to onboard new team members, train and mentor, and share tips and tricks. + +It's usually more productive than working separately, and it's nice to speak and socialise with other team members whilst working on a task.