News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Stop Sacrificing Readability For Efficiency!
March 27, 2009 @ 12:58:28

Brandon Savage has a recommendation fro developers out there - sometimes readability is more important than any micro-efficiency you might gain in your scripts.

Much was made last week over the topic of micro optimization in PHP. Most of these argued that micro optimization was a bad idea. [...] There's another reason that micro optimization can be a bad choice: it makes code absolutely impossible to read!

He points out one example for validating the length of a string in two ways - one using isset to tell which characters in a string are set and the other using the tride and true call to strlen. The first, while benchmarked to give you a (very tiny) improvements, is harder to read at first glance than the check to the string length.

0 comments voice your opinion now!
readability efficiency performance microoptimizations benchmark


blog comments powered by Disqus

Similar Posts

When Penguins Attack: Tuning IIS for PHP

Linode Library: Deploy High Performance Drupal Sites with Mercury on Ubuntu 10.04 (Lucid)

ImprovedSource.com: PHP v5.2 vs PHP v5.1

DevShed: Optimizing System Performance

Brian Moon's Blog: PDO Turbo Button


Community Events











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


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

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