News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

Symfony Blog: Call the expert: A refactoring story (in Five Parts)

WebReference.com: The Building Blocks: Data Types, Literals, Variables, and Constants - Part 3

Sameer Borate's Blog: Refactoring 3: Replace Temp with Query

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

Arnold Daniels' Blog: Perl like temporary variables in PHP


Community Events









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


sqlserver symfony wordpress microsoft zendframework codeigniter extension podcast conference job feature opinion developer windows joomla release framework performance facebook drupal

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