From 0b4897507a614562cb5cd7b58e1a7c077d309616 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 14 May 2023 19:58:36 +0100 Subject: [PATCH] daily-email: add 2023-05-12 --- src/content/daily-email/2023-05-12.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/daily-email/2023-05-12.md diff --git a/src/content/daily-email/2023-05-12.md b/src/content/daily-email/2023-05-12.md new file mode 100644 index 00000000..5330fb34 --- /dev/null +++ b/src/content/daily-email/2023-05-12.md @@ -0,0 +1,18 @@ +--- +title: > + Always listen to the mob +pubDate: 2023-05-12 +permalink: > + archive/2023/05/12/always-listen-to-the-mob +tags: + - pair-programming + - mob-programming +--- + +Something I'm aware of when working in a pair or mob is to always listen to input from other team members. + +A pair or mob session isn't just focused on one person's ideas or solution. It's a collaborative effort based on everyone's input, experience and ideas. + +If there are conflicting or different ideas or approaches, they can be discussed, and everyone can agree on the way forward. Approaches may also change as you learn more together during the session. + +Together, you will come up with the best solution - even if it's different from what you had in mind to begin with.