Introduction and Implementation of TDD

Test-driven development (TDD) is an evolutionary approach to development which combines test-first development, where you write a test before you write just enough code to fulfil that test and refactoring.

TDD helps you review your requirements and design before writing your functional code. This means that you’re developing around the specification and not validation.

TDD helps you write clean code that works.




Learning Resources

Test Driven Development - https://dev.to/dverybest/tdd-automated-testing-in-javascript-using-jest-3g4a 


Task & Assignment

There is no task! Happy Double April Fools Day! 🥂

Complete and Continue  
Discussion

2 comments