oliverdavies.uk/source/_talks/introduction-to-mob-programming.md
Oliver Davies f33e9beaa4 Consistent ordering and formatting for talk events
Use a consistent format for talk events, with the most recent talk at
the top of the list with the rest in a descending order.

This removes the need to use a `reverse` filter in the events partial.
2024-01-15 19:41:05 +00:00

20 lines
790 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: An introduction to mob programming
description: |
What is mob programming, how does it work, and why should we do it?
speakerdeck:
id: f37b16f915d64bc0b4a20f9f965e5353
ratio: '1.77725118483412'
url: https://speakerdeck.com/opdavies/an-introduction-to-mob-programming
events:
-
name: PHP South Wales
location: Cardiff, Wales
date: '2022-09-28'
url: https://www.meetup.com/php-south-wales/events/288359737
---
Pair and mob programming are collaborative approaches to software development where tasks are completed in small groups instead of by individuals.
In this talk, Ill explain more about mob programming, its benefits and how it works, and then well put it into practice with an interactive mob session where we add a feature to a codebase.