Nicolás Brailovsky


A modern blog

Archive for November, 2008

TDD

author Posted by: nico on date Nov 4th, 2008 | filed Filed under: Programming

Testability Explorer: Measuring Testability

In order to unit-test a class, it is important that the class can be instantiated in isolation as part of a unit-test. The most common pitfalls of testing are mixing object-graph instantiation with application-logic and relying on global state.

Google testing blog

Soon: “Notas sobre TDD”, continuación de “Notas sobre metodologías ágiles”