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

Richard Smaizys' Blog: Improve your code style with simple tips

Cal Evans' Blog: Six ways to be a better client for your developer - Point 6

Juozas Kaziukenas' Blog: Don’t be afraid of PHP 5.3

Reddit.com: About to start learning my 1st MVC framework... What are your recommendations?

Andrew Nacin's Blog: On PHP


Community Events









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


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

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