Below you will find pages that utilize the taxonomy term “tcr”
Posts
Tooling Up - Implementing test && commit || revert (TCR) In IntelliJ
Like many others, I have been reading about the new programming workflow introduced by Kent Beck called test && commit || revert (TCR)
When I first heard about it I had much the same response as Kent - why the hell would you want to do something like that? That can’t possibly work, my tests don’t always pass when I am experimenting - I would lose my code if I did this.