WTF is BDD Then?

Behaviour-Driven Development is a widely misused term in software development. This article takes a look at what BDD actually is.

October 14, 2024 · Sam Burns

You're Not Doing BDD

Behaviour-Driven Development is now such a widely misused term in software development, if you think you’re doing BDD, you’re probably not.

October 14, 2024 · Sam Burns

Test Automation in Cryptography

A novel kind of test automation being used in the Go runtime caught my attention. The unique requirements for a crypto library test suite lead to an unexpected approach testing.

October 11, 2024 · Sam Burns

Writing Testable Code

Writing testable code often means coding against interfaces, and separating business logic from infrastructural side-effects. Testability isn’t the only reason to code like this.

July 13, 2024 · Sam Burns