News Feed
Jobs Feed
Sections




News Archive
Patrick Allaert's Blog:
Readable PHP code #2 - Make your API handle more!
May 28, 2010 @ 08:41:22

In a new post today Patrick Allaert has continued his "Readable Code" series with some tips on how you can make your API handle more.

His suggestions include:

  • Changing the handling to look for multiples by default
  • Avoiding inner looping (repeated looping) and try for code reuse
  • Transforming a scalar value into an array to make it easier to handle this way (by casting)
  • and how to handle objects in the same array-handling kind of code

He also tosses in a little mention of performance, noting that a call with range in the argument to his array-handling method is faster than looping over the same range and calling the method each time.

0 comments voice your opinion now!
readable api handle array object scalar tip


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Understanding OAuth - Tweeting from Scratch, Part 1

Project: PHP-Powered MyFcc.gov Portal Launches (Beta)

WebReference.com: Class Inheritance with PHP

Mike Naberezny\'s Blog: Fluent Interfaces in PHP

Stefan Mischook's Blog: Building Objects Video (Parts 1, 2 & 3)


Community Events











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


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

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