Tag Archives: design for test

Design For Test

It sounds straightforward. Write your test code first, then write code to pass that test. Don’t write an inch of code without writing a test first. That is what test-driven development (TDD) is about: Use tests to drive out the … Continue reading

Posted in Software Design, Uncategorized | Tagged , | 2 Comments