Fit Reading (Part 4 of 8) – Fixture
Fit code, part 4 – Fixtures. Continue reading Fit Reading (Part 4 of 8) – Fixture
Exploring Extreme Programming
Fit code, part 4 – Fixtures. Continue reading Fit Reading (Part 4 of 8) – Fixture
Fit code, part 3. Continue reading Fit Reading (part 3 of 8) – Parse and Fixture
Fit’s code, part 2. Continue reading Fit Reading (Part 2 of 8)
A tour of Fit’s code. Continue reading Fit Reading (part 1 of 8)
JUnit Recipes, JB Rainsberger. Manning, 2004. If test-driven development makes sense, but you need help in particular areas, this book provides it. JB covers everything from basic object testing to patterns, databases, XML, servlets, and more J2EE. Well-written and highly Continue reading Review – JUnit Recipes
A way to initialize a Java object. Continue reading Pattern Patter: Anonymous Subclass with Instance Initializer
Kent Beck’s Programming Intensive Workshop Continue reading Kent Beck’s “Programming Intensive” Workshop
A sneaky way to navigate. Continue reading Purple Crayon Navigation
Working Effectively with Legacy Code, Michael Feathers. Prentice Hall, 2004. Michael has distilled a lot of knowledge about how to safely improve code when you lack the safety net of tests. For example, there are places where you’ll take smaller Continue reading Review – Working Effectively with Legacy Code
JUnit Pocket Guide, Kent Beck. O’Reilly, 2004. This is a quick intro to using JUnit for testing. It’s a quick read. Along with reference information about JUnit, it’s got a quick version of the philosophy behind Test-Driven Development. (Reviewed December, Continue reading Review – JUnit Pocket Guide