Since I wrote a simple kata to run an experiment, I implemented a solution. Lets look at the outcome.
Month: June 2017
String manipulation kata
A Code kata is a great way to experiment with code, but I don’t nearly do them as much as I should. I spend a lot of time reading about techniques and frameworks, but I could use more practice.
Naming is hard
Especially when programmers don’t agree on how variables and classes should be named.
Partially applying TDD doesn’t work
In my current job, I’ve heard dismissive talk about testing. Along the lines of “well, that’s cute that you did that, now get back to work”. Work being manual tests to make sure everything works as intended.