Doing TCR without the R
I recently simplified the workflow where I'm using git as my test-runner, essentially doing TCR without the R.
I do Test-Driven Development. I'll even admit that I like TDD. Sometimes I write about it. If you like testing or are being forced to do it against your will, you might find the things I write helpful.
I recently simplified the workflow where I'm using git as my test-runner, essentially doing TCR without the R.
RubyConf Mini is over and my talk went well. Once the videos are posted, I'll do a quick write up about the talk, but for now here are the slides.
I used test && commit || revert to do the first 5 days of this year's Advent of Code. Here's what I learned along the way.