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

Hasin Hayder's Blog: Did you know 'you can have cheese burger' could be a variable name?

Arnold Daniels' Blog: Perl like temporary variables in PHP

Adam Culp: Clean Development Series: Part 4, Rewrite dilemma

Federico Cargnelutti's Blog: An Alternative to Zend_Controller: The Router

Alex Netkachov's Blog: 6 PHP coding tips to write less code


Community Events









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


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

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