CR
Log in

Getting Started with TDD in PHP Video Course

Getting started with TDD doesn't have to be complicated

I will give you a practical introduction to test-driven development in this course. I will show you how to get started, demonstrate the benefits of TDD, and explain why it has become my preferred way of programming.

Videos
6
Length
23min

What you will learn:

  • What test-driven development (TDD) is
  • How to start following TDD
  • What is different when following TDD
  • Build the same feature with and without TDD
  • The benefits of TDD
  • How to learn more about TDD

Table Of Content

  • Welcome
  • What Is TDD?
  • Example Without TDD
  • Example With TDD
  • Let's Compare Both Approaches
  • How To Move On From Here