Understanding Test Driven Development with Javascript
Key takeaways
- Test-First Mechanics and their reasons
- TDD is not about testing. It is about Development.
- Design ideas and refactoring.
In this talk Roy Osherove takes you through the development of a simple feature in a test driven way. The basic ideas of TDD are shown, with explanations of why they might be useful. We'll also do some refactoring for the tests and the production code. This talk is based on the upcoming book "The Art of Unit Testing in Javascript" by Roy Osherove.