Refactor to MicroObjects - 02

What's an input? Last time we transformed our returned values into Answers and used instances of those to be returned. The other primitive we can see is the type of source and quite a few hard coded values. Let's take a gander at the code again…

Refactor to MicroObjects - 01

We TDD'd; Now we Transform TDD is great. I love it. It doesn't get the code into the state we want it. it provides a safety net that ensures that everything we've implemented continues to function. We can still refactor the code. These are…

Mobbing without Code

> Quality Note: This is a late night hackfest to get an idea out for a colleague. (AKA - I rolled my face around on keyboard, and it'll show) > Also, sorry this is bumping my TDD LIKE YOU MEAN IT series. It'll resume next week.…

TDD LIKE YOU MEAN IT - 09

End in sight As a refresher, let's remind ourselves of the requirements of FizzBuzz Write a method that takes a whole number and returns a text representation and has the following behavior for whole numbers above 0 (does not include 0). We don't have to add…

TDD LIKE YOU MEAN IT - 08

Again again, from the top As a refresher, let's remind ourselves of the requirements of FizzBuzz Write a method that takes a whole number and returns a text representation and has the following behavior for whole numbers above 0 (does not include 0). We don't have…

TDD LIKE YOU MEAN IT - 07

Once again, from the top As a refresher, let's remind ourselves of the requirements of FizzBuzz Write a method that takes a whole number and returns a text representation and has the following behavior for whole numbers above 0 (does not include 0). We don't have…

TDD LIKE YOU MEAN IT - 06

Third Test's a Charm As a refresher, let's remind ourselves of the requirements of FizzBuzz Write a method that takes a whole number and returns a text representation and has the following behavior for whole numbers above 0 (does not include 0). We don't…

TDD LIKE YOU MEAN IT - 05

A second requirement second test As a refresher, let's remind ourselves of the requirements of FizzBuzz Write a method that takes a whole number and returns a text representation and has the following behavior for whole numbers above 0 (does not include 0). We don't have…