Lee Turner

A random stream of thoughts and software experiments

Copying A Branch Name In Intellij

How many times do you need to use the name of the branch you are currently working on? Up until now I didn't know an easy way to copy the name into the clipboard

Tooling Up - Implementing test && commit || revert (TCR) In IntelliJ

This post shows how I implemented a minimal test && commit || revert inside InelliJ - and when I say minimal I mean minimal.

Continuous Feedback With TDD & Auto Running Tests

Listen to your code and evolve your design using TDD and auto running tests.