Test-Driven Development
Learning about the practice of test-driven development (TDD) and its benefits.
We'll cover the following...
Consider thinking about how we will test the code we’re about to write. Rather than just slapping out some code and then figuring out how to test it, try to design a test that ...