19 lines
966 B
Markdown
19 lines
966 B
Markdown
|
---
|
||
|
title: "Mob programming at PHP South Wales"
|
||
|
date: "2022-09-28"
|
||
|
permalink: "/archive/2022/09/28/mob-programming-php-south-wales"
|
||
|
tags: []
|
||
|
---
|
||
|
|
||
|
Tonight was our September meetup for the PHP South Wales user group, where I ran a hands-on session on mob programming.
|
||
|
|
||
|
I created [a small slide deck](https://speakerdeck.com/opdavies/an-introduction-to-mob-programming) before we started a mob session with the group.
|
||
|
|
||
|
We worked on the FizzBuzz kata in PHP, using Pest for our automated tests.
|
||
|
|
||
|
We followed the Driver and Navigator model, with one person responsible for the typing and interpreting the instructions from the Navigators, and switched roles every ten minutes.
|
||
|
|
||
|
It was a fun experience and nice to code with some people who I hadn't coded with before.
|
||
|
|
||
|
We did some code kata sessions during our online meetups which also seemed to go well, so coding nights on katas or personal or open-source projects might be something that we do more of in the future.
|