25.May.2011 at 20:19 by Michelangelo van Dam
I enjoyed the way Jason has given this live demo on TDD and liked the beer prizes with the content quizzes.
Also nice to see that SimpleTest works the same way as PHPUnit, makes it easy to switch from one to the other.
Maybe a little too much entry level for people already writing unit tests but not yet in a TDD way, but still a great session. Might want to indicate this in the abstract.




25.May.2011 at 19:48 by John Kary
I don't feel this talk serves the modern developer well other than a quick introduction to what Unit Testing and Test Driven Development are. The library used to demonstrate writing tests is SimpleTest, which is often considered legacy compared to PHPUnit. It might be more useful to demonstrate with PHPUnit, although both libraries at the basic level are very similar. Jason did add a disclaimer that he has contributed to SimpleTest.
Writing tests can seem tedious, but I don't think live-coding the examples, and not being able to code them quickly, kills any type of rhythm to the talk. Code could be prepared before the talk and still communicate the same ideas. Use the time saved to advocate best practices of how to best do TDD as testing strategies are shown.