025: Test && Commit || Revert (TCR)

In this episode we play with Test && Commit || Revert or TCR. This way of practising TDD. The practise was developed by Oddmund Strømme and written about by Kent Beck ():

The practise encouraging writing a test then writing the implementation in tiny iterations by reverting all changes made since since the last time the tests passed.

During this video we implement the FizzBuzz code kata using the TCR technique.

The Jetbrains IntelliJ IDEA plugin we use during this video is called Limited WIP.

The code produced during this episode can be found on GitHub