Skip navigation.

TDD with DDD, Design for a Mock JDBC Driver...

TDD with DDD, Design for a Mock JDBC Driver...

Steve Eichert does TDD with DDD: "By separating all data operations into a repository, my test class can handle setting up all data necessary. Since this all occurs in a single test class it reduces the duplicated logic that previously appeared in a bunch of the test classes for the individual domain objects."

Mike Slattery shares his Design for a Mock JDBC Driver and asks for feedback: "I think unit tests are very important. I think having fast unit tests is important. Using mocks makes unit tests much faster. Writting JDBC mocks can be tedious and they are prone to being brittle."

Murray White (ThoughtWorks) sees Open Source blending with SOA, Agile Dev in 2005: "2005 will see more corporate IT shops adopting Agile processes, either in part or in whole, in reaction to the need to improve cost effectiveness, drive innovation, and deliver measurable business value in the face of volatile business requirements. "

Here's a cartoon on poor understanding of TDD.

Alastair Patrick would like to build support for code coverage analysis into his C# to C++ translator.

Fred Grott embarks on development of a TDD Build Framework for J2ME.