News Feed
Jobs Feed
Sections




News Archive
PHP-Coding-Practices.com:
Composing Methods Introduce Explaining Variable
July 02, 2007 @ 07:53:00

From the PHP-Coding_Practices.com site, Tim Koschuetzki has posted an interesting suggestion for developers working with long expressions to make thing simpler - substituting temporary variables for portions of the expression.

Introduce Explaining Variable is particularly useful with long if-statements. You can take each condition, introduce an explaining variable and the conditional logic will read very well. Another occasion is a long algorithm where each step in the calculation can be explained with a well-named temporary variable.

The method is basically the following - declare the temporary variable with part of the expression, replace where needed in the expression, repeat for other parts of the expression. In his example code, he demonstrates its use, pulling out portions of an equation to calculate an item's price to make it much more readable.

0 comments voice your opinion now!
method variable temporary compose substitution method variable temporary compose substitution


blog comments powered by Disqus

Similar Posts

Mike Naberezny's Blog: Better PHPUnit Group Annotations

PHPBuilder.com: phpwiki - The Wiki for PHP Developers

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

Arnold Daniels' Blog: Perl like temporary variables in PHP

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


Community Events











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


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

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