News Feed
Jobs Feed
Sections




News Archive
Dagfinn Reiersol's Blog:
Don't refactor without unit tests
September 04, 2009 @ 13:45:59

In a (sort of) response to some of the refactoring posts that Brandon Savage has been posting, Dagfinn Reiersol has suggested something that should have been done from the start - write unit tests before you refactor.

That said, I do have something important to add. The series is missing the first, most basic rule: Don't refactor unless you have good automated test coverage (typically with unit tests). And if there are no test, write them before you start refactoring.

He notes that with successful unit tests in place, you can freely change the underlying structure of the application with (almost) no worries that your application will fall apart the next time it's run. He does point out the need for a bit of refactoring before the tests could really be successfully run (since there's a need for an external twitter connection).

0 comments voice your opinion now!
refactor unittest peerreview


blog comments powered by Disqus

Similar Posts

Alexander Netkachev's Blog: Automatic testing of MVC applications created with Zend Framework

Johannes Schluter's Blog: Class posing and overloading the "new" operator

PHPBuilder.com: Testing with the Zend Framework: How to Get Started

Community News: PHPUnit 3.2 Released

Dagfinn Reiersol's Blog: Don't refactor without unit tests


Community Events











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


series framework podcast functional interview unittest release opinion testing zendframework2 development phpunit object example application introduction code tool language community

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