Beyond Coding
Beyond Coding
Patrick Akil
The Benefits of Co-Creation with Dragan Stepanović
48 minutes Posted Nov 17, 2021 at 6:00 am.
0:00
48:23
Download MP3
Show notes

Pull requests (PRs), the standard way to collaborate in codebases to ensure quality (among other things).. It turns out that they're actually slowing down software development. But how? 

Dragan explains how the problem lies in the way it's structured: it's asynchronous. There's a lot of time that passes before the code is merged, and the value is delivered. Large PRs are hard to review and course correct, and small PRs can introduce lots of context switches.

However there are ways around this, to have both speed and quality. These ways lie in co-creation: Pair and Mob programming