Workshop in English - UK at PHP Developer Days 2018
Track Name:
ROOM WS-01
View Slides: https://luka.muzinic.net/pdf/phpdd-pragmatic-tdd.pdf
Checkout the code: https://github.com/lmuzinic/phpdd-pragmatic-tdd
Short URL: https://joind.in/talk/36fd2
(QR-Code (opens in new window))
Developers still hesitate to include writing tests in their everyday routine. There are numerous excuses, myths and misconceptions around: “they slow us down”, “we’ll never achieve 100% code coverage, so why bother”, “takes too much time to learn testing, we’re better of writing business logic instead”. When we get to the topic of writing tests first, the debate becomes even more heated.
In real world, where you get paid by code that ships, developer strive to write the most efficient tests possible. To cover mission critical code. To quickly decide whether writing a functional test or series of unit tests is the best approach. Let us learn together how to use phpunit and TDD in most efficient way possible, for extraordinary results.
This workshop is for developers who start their projects by drawing model of the database first, developers who are overwhelmed by number of testing tools or don’t know where to start and developers who simply want to level up their game.
Comments
Comments are closed.
It was very interesting workshop. I learned a lot about the TDD practice.
One thing to improve would be to provide more details about how to deal with the dependencies and test doubles.
Thanks for the feedback Marat, I'll add it!