Talk in English - UK at PHP East Midlands Unconference 2017
Short URL: https://joind.in/talk/b66ea
(QR-Code (opens in new window))
TDDing a problem - phpsec a demo
Comments
Comments are closed.
Enjoyed watching Ciaran show us how to utilise phpspec and the TDD refactoring loop to write working code.
An excellent live coding demo of PHPSpec and how to tackle a problem with TDD approach.
Even I was expecting to hear about phpspec but it was a great way of introducing TDD
Very enjoyable talk about TDD and phpspec. Great introduction to TDD.
Great talk, I have been using phpspec for quite a while now, and this talk highlighted something which I am guilty of, and that was not always going for the simplest code to make a test pass, this talk was a great demonstration of how simple code can get a working solution very quickly without having to think about the larger problem as a whole all up front.
Enjoyed this demo of both the PHPSpec tool, which I'm a fan of, and the TDD process in general using a classic problem to show how algorithms can emerge from a defined, iterative process.