Browse all posts by tag

Beyond the Branch: The Social Fabric of Trunk-Based Development

When discussing Trunk-Based Development (TBD), we often get bogged down in the mechanics: the branching strategy, the CI speed, or the revert logic. But as a colleague recently pointed out to me, moving away from Pull Requests (PRs) is a “drastic change” that impacts more than just Git history. It impacts the social fabric of the team.

Read more...

The Panic Button for Trunk-Based Development

Trunk-Based Development is designed for speed. It removes waiting and keeps integration continuous. Code moves to the trunk quickly, often within minutes.

Read more...

The Comprehension Crisis

When we talk about the current AI surge, the conversation almost always centres on output.

Read more...

The Pull Request Trap

Most developers recognise the “waiting room” of software development. The code is written, the tests are green, and the change is ready. Then you hit git push, open a Pull Request (PR), and the work stops moving, and then the wait begins. For many developers, the time spent waiting for reviews exceeds the time spent writing the change.

Read more...

Locality

In The Claes Test, I ask a critical question about collaboration: Do boundaries get out of the way so teams can solve problems together? (Question 7).

Read more...