News Feed
Jobs Feed
Sections




News Archive
Dan Horrigan's Blog:
The Value of Null
April 19, 2011 @ 10:51:18

Dan Horrigan has a new post to his blog talking about the value of null - a quick summary about when and where null should be used. Null's a value too, after all...

Let me start off by saying this article is about PHP and PHP alone. Other languages handle this sort of thing differently (and better). In PHP many people (and a few frameworks) return FALSE from methods when the requested value does not exist. However, I am here to tell you that if you do this, you are doing it wrong. Plain and Simple.

In his opinion, "false" is definitely not the same thing as "null" because "null" is technically the absence of a value, not a "not true" value like "false" is. He illustrates with a simple use case of a class that has methods returning various values.

0 comments voice your opinion now!
value null opinion false return


blog comments powered by Disqus

Similar Posts

Ian Bicking's Blog: What PHP Deployment Gets Right

Brandon Savage: Best PHP Blogs To Follow

Grzegorz Godlewski's Blog: Choosing your Source Code Management System

Perforce Software: Seven Pillars of Pretty Code

php|architect Blog: The NoSQL Hype Curve is Bending


Community Events











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


composer database example series zendframework2 phpunit introduction code language api community release interview unittest framework functional opinion podcast testing development

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