Part 1: Test Driven Development In Practice
Posted on October 3, 2008Ok, so I've been meaning to do a screencast on this, i've done one but it's lame. I figured I'd do more a photo slash journal-ish type thing and describe my real world(yes this is for an actual project) usage of TDD. So here goes, I just typed the following into my test, this is what I want to do:
And that's pretty much it. Notice the red squiggly lines? Yep, I haven't created that stuff yet, cuz this is what I want to do, not what I've done. Next part will be making those red lines go away...