Articles tagged with TDD

Wed 05 January 2022

Make yourself interruptible

Adopt humble approach when creating software products by making yourself open to interruptions

Tue 09 November 2021

How to create deterministic tests

Quality of automated tests is the most important aspect of continuous delivery

Thu 04 November 2021

Do not automate anything unless you automate the tests

Automating critical systems operations without having automated tests is risky practice

Wed 18 August 2021

Get rid of redundant tests

Keeping the suite of automated tests lean is an essential trait of quality software engineering. Diligently remove all tests that don't add any value.

Sat 31 July 2021

Sensei Alex "fakes it until he makes it" in our Test-driven Development (TDD) dojo

Exploring the advantages of Test-driven Development and the concept of self-healing code

Tue 27 July 2021

First International TDD Conference

First International TDD Conference generated a lot of good interest and traction

Wed 26 May 2021

TDD for Non-Techies

TDD explained to non programmers by using the example of writing a short story

Wed 31 March 2021

Extreme Programming 25 Years Later

Extreme programming keeps going strong 25 years after its launch

Fri 26 March 2021

Code-as-text

Programming computers by feeding them plain text is very slow and needs to be sped up.

Fri 16 October 2020

Why extract methods when modifying legacy code?

Legacy code is hard to test, so extract methods by writing micro tests

Tue 13 October 2020

Hypothesis-Driven Development

Developing a feature without formulating a hypothesis is like shooting in the dark

Thu 17 September 2020

How does it feel to write software when doing TDD?

Any discipline requires serious investment in time