What is Test Driven Development (TDD)?

Test Driven Development (TDD) is a type of development with automated tests. It is an approach towards clean code. Two simple rules of Test Driven Development (TDD) are – (1) Write new code only if an automated test has failed and (2) Eliminate duplication. These 2 rules are followed by the tasks of programming which […]

What is Test Driven Development (TDD)? Read More »