News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Stefan Mischook's Blog: Zend Framework Video Tutorials

Stefan Mischook's Blog: PHP Video Tutorial: PHP Loops

Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)

JellyandCustard.com: Regular Expressions in PHP

Developer Tutorials Blog: Testing PHP with the interactive shell


Community Events











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


ajax PEAR database cakephp framework PHP5 package conference releases security developer book example zendframework job mysql release zend code application

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