Need-Driven Development

A core principle of Lean Development is that value should be pulled into existence from demand, rather than pushed from implementation: “The effect of ‘pull’ is that production is not based on forecast; commitment is delayed until demand is present to indicate what the customer really wants.”   Read great article about TDD, Mock Objects … More Need-Driven Development

TDD++

TDD matters, it is a thing which should be definitely accepted. But during typical development with TDD framework such a NUnit we could meet a lot of issues. Some of them are listed below: which object/class/method is really connected with particular test what should be a part of test method body how many tests should cover a … More TDD++