News Feed
Jobs Feed
Sections




News Archive
PHP Tip-a-Day:
PHP Tutorial Convoluted Code - Combining Ternary Operators and Anonymous Functions
May 30, 2012 @ 10:09:40

On the PHP Tip-a-Day site Greg Bulmash shares a bit of "convoluted code" that could potentially cause confusion in the future maintenance of your application - combining ternary with anonymous functions.

Following on yesterday's post about chaining if statements without brackets on a single line, I tried to explore other ways to perform this "test if the variable is set, then do a comparison if it is" logic. I created one of the most convoluted lines of code I've ever written. It's no SQL join that spans 5 whiteboards, but it's pretty unreadable.

His example uses not just one ternary comparison, but nested ones with the anonymous function as the first condition. He points out that, if you're not careful with this method and make both sides anonymous functions, you could be in for a "cannot be converted to string" error on the closure side.

I'm sure there might be a very good reason to put two anonymous functions in a ternary operator, but I can't think of one at the moment. It's a fairly ugly proposition.
0 comments voice your opinion now!
ternary nested anonymous function closure compare


blog comments powered by Disqus

Similar Posts

Johannes Schluter's Blog: A hidden gem in PHP 5.3: fileinfo

Udemy Blog: Code Wars: PHP vs Ruby vs Python - Who Reigns Supreme [Infographic]

Hasin Hayder's Blog: Counting occurrence of a word in a String - Benchmarking of PHP functions

PHPBuilder.com: PHP and Regular Expressions 101

Larry Garfield's Blog: Benchmarking magic


Community Events









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


zendframework2 code unittest introduction functional tool community api language testing opinion interview podcast object development release example composer framework event

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