Techniques for Successful Evolutionary/Agile Database Development
Test-driven development (TDD) is an evolutionary approach to development which combines refactoring and test-first development where you write a test before you write just enough production code to fulfill that test. This site is an introduction.
Test-Driven Development
156 reads