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

Derick Rethans' Blog: Debugging Variables

Chris Cassell's Blog: Creating Magic Methods in PHP

Daniel Cousineau's Blog: Serialize Python Variables To PHP

php|architect: The Magic __set_state Method

PHPMaster.com: Safely Deprecating APIs


Community Events











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


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

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