News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Using unit tests as requirements when refactoring
September 17, 2010 @ 09:33:51

Jani Hartikainen has a suggestion for all developers out there who are working through their code and refactoring as they go - make unit tests a requirement during the process.

What should you do to make sure new code works properly when you're refactoring old code? I asked myself this question recently, when I needed to refactor a big bunch of procedural PHP code into a neat, testable, OOP-style interface. The conclusion I came into is that you should write unit tests - not to test the old code, but as requirements for the new code.

He suggests setting up a system where unit tests are set up to be where the requests are recorded - a sort of reverse TDD since you already have code to work with. Even if all of the tests aren't 100% implemented, at least you can run them and see what features you have left to do.

0 comments voice your opinion now!
unittest requirement refactor opinion tdd


blog comments powered by Disqus

Similar Posts

John Congdon's Blog: PHP User Groups (Orlando and Daytona Beach)

Phil Sturgeon: Is PSR-0 Shortsighted, or are you?

Brian DeShong's Blog: Development process for PHP-based projects

DZone.com: PHPUnit_Selenium

Padraic Brady's Blog: Unit Testing: One Test, One Assertion - Why It Works


Community Events











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


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

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