Session Spotlight
TDD - It's About More Than Just the Tests
test-driven-development
tdd
testing
refactoring
red-green-refactor
Prerequisites
Ideally an attendee can write code and has some experience with writing unit tests. There will be a coding example, so being able to follow along with code at least is necessary. I could see value for those in roles tangential to coding as long as they can follow along with the code and are familiar with the idea of unit testing.
Take Aways
- Learn the 3 rules of test driven development
- Learn the red-green-refactor pattern
- Writing code using TDD can result in simpler, more maintainable code.