News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Refactoring 3 Replace Temp with Query
June 08, 2009 @ 11:18:47

Continuing on in his refactoring series (part 1 & part 2) Sameer has posted part three - a method of replacing temporary variables with calls to other methods.

Temporary variables are a integral part of any code. But a splattering of the same all over can make your code hard to understand or modify. Replace temp with query is a refactoring method where you replace temp variable expressions with methods. This method is often also required before you use the Extract Method refactoring.

In his example, he takes a variable inside a current method (base_price) and replaces it with a method call by the same name resulting in a more reusable format other methods can call rather than just computing the value themselves.

0 comments voice your opinion now!
method variable temporary refactor


blog comments powered by Disqus

Similar Posts

Nick Halstead's Blog: 10 Reasons why PHP is still very much alive

Gonzalo Ayuso's Blog: How to use eval() without using eval() in PHP

Derick Rethans' Blog: Overloaded properties (__get)

Paul Jones' Blog: New PDO Behavior In PHP 5.2.1

PHP-Coding-Practices.com: Making CakePHP's Pagination work with Model::expects()


Community Events











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


introduction database podcast series functional usergroup testing zendframework2 release rest community symfony2 opinion interview framework conference unittest phpunit language development

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