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

Kurt Payne's Blog: User register_tick_function to profile your code

Toomas Romer's Blog: Case study: Is PHP embarrassingly slower than Java?

SeeIT.com: The include() include_once() performance debate

Community News: PHP Benchmarks Compared to Several Languages

Ibuildings techPortal: Optimising MHVC Web Applications for Performance


Community Events











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


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

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