I did again the Printing Account Statement subset of the Bank Account kata in Java using jMock.
This time, I managed to do it using outside-in TDD without big problems, (see the problems I had the first time).
The only thing I didn't like was that some steps felt too big.
This time I committed after each green and each refactoring steps. Check the commits here.
I think I'm starting to see how this goes.
You can find the resulting code in this GitHub repository.
No comments:
Post a Comment