News Feed
Jobs Feed
Sections




News Archive
DZone.com:
All debugging and no testing makes the PHP programmer a dull boy
July 10, 2012 @ 13:06:02

In this new post on DZone.com, Giorgio Sironi suggests that "all debugging and no testing" in your development practices can be more difficult in the long run.

By now you have already understood that I would always proposed automated end-to-end and unit tests as a way to substitute much of debugging. End-to-end tests can serve only to discover that a bug exists, while a unit test's job is instead to tell you exactly where the problem is.

He advocates testing because it fits two needs - it's repeatable (a consistent, "third party" structure) and it allows you to find the pieces of code causing the issue more quickly rather than having to guess where the problem is an insert checks. He doesn't suggest completely getting rid of things like Xdebug, though. They have their place and he even suggests some configuration changes that can help make it even more effective.

0 comments voice your opinion now!
unittest debug xdebug tool printr vardump


blog comments powered by Disqus

Similar Posts

PHP Town Hall Podcast: Episode #3 - The EE Revolt of 2012 and Why You Should Unit-test Your Shit

Stefan Esser's Blog: Xdebug 2.0.3 - Stealth Patch

Christoph Dorn's Blog: Zend Server + FirePHP on AWS

Wojciech Sznapka's Blog: Fully isolated tests in Symfony2

Jim Plush\'s Blog: MyBic AJAX 0.3 released with EASY FORMS & Debug!


Community Events











Don't see your event here?
Let us know!


database community example podcast language introduction phpunit composer development code series opinion interview release framework api testing functional zendframework2 unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework