top of page

Test-Driven Development (TDD) in C++ [Video]

Test-driven development (TDD) is a software development process and philosophy created by Kent Beck in 2003. It is a fantastic way to improve long-term code quality and maximize test coverage for your code. Any current or aspiring software engineer should be aware of TDD and its benefits. In this video, I review the steps of TDD, and go through a demo in C++ using a "PhoneBook" class.




bottom of page