Scaling quality through collaboration
hyperact.co.uk·2h·
Discuss: r/programming
Flag this post

At Cypress Conference 2025, I challenged one of the most common assumptions in engineering culture, that better, cleaner code, tests, and tooling by themselves lead to higher-quality software.

High-quality software is fundamentally a social phenomenon. It emerges from how people collaborate, through practices such as pairing, mobbing, and shared ownership. Ultimately to prevent defects before they even have a chance to take root.

What if quality was baked in?

When developers are pairing, defects are significantly reduced due to the broader shared understanding of the system and its intent available at the time the code is written.

Ideally you build together with another engineer or a tester. Together you:

  • Discuss and challenge assumptions
  • Write tests before implementing …

Similar Posts

Loading similar posts...