Growing Object-Oriented Software, Guided by Tests (Addison-Wesley Signature Series (Beck))
amazon.com
Growing Object-Oriented Software, Guided by Tests (Addison-Wesley Signature Series (Beck))
Suppose that we followed three simple rules. Don’t write any production code until you have written a failing unit test. Don’t write more of a unit test than is sufficient to fail or fail to compile. Don’t write any more production code than is sufficient to pass the failing test. If we worked this way, we’d be working in very short cycles. We’d be
... See more