News Feed
Jobs Feed
Sections




News Archive
PHP-Coding-Practices.com:
Composing Methods Split Temporary Variable
July 04, 2007 @ 11:26:00

On the PHP-Coding-Practices.com blog, there's a tutorial posted from Tim Koschuetzki in his "Composing Methods" series looking at assigning temporary variables.

When you have the same temporary variable assigned to more than once, split it up into two, unless it is a loop variable. [...] Temporary variables have various uses. They can be used as counters in loops, as collecting variables building up a result or as simple containers containing the result of a long-winded expression for easy reference.

He offers suggestions of using temporary variables, including changing references of it after use and making a new temp variable following the second assignment of the first one. Some sample code is included to illustrate the points made.

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


blog comments powered by Disqus

Similar Posts

Lorenzo Alberton's Blog: Navigation Through Paragraphs in an Article

Refulz.com: CakePHP AclComponent - ACOs, AROs and Mapping

Pablo Viquez: PHP Step by Step Debugging with JMeter, XDebug & Eclipse PDT

Till Klampaeckel's Blog: Iterating over a table (with Zend_Db_Table and Zend_Paginator)

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHP_CodeSniffer


Community Events











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


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

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