News Feed
Jobs Feed
Sections




News Archive
Brandon Savage:
Always Return Something
March 12, 2013 @ 10:49:55

In this post to his site Brandon Savage talks about "always returning something" from your methods and functions back to the calling script. He also suggests that null is not an option.

A few weeks ago, there was a discussion on Twitter about whether or not a method should always return a value, or whether or not null was a valid value to return. The answer to this question is a resounding no, a null value should never be returned. [...] For example, you check that a file you opened exists, or that a resource performed correctly before using it. But if you receive a null response, how do you test for this The answer is you can't

He notes that a "null" response is not only difficult to test but can lead to ambiguous handling as you're not sure where the error might be. He also includes a snippet of code showing how a null response could break a fluent interface if an instance of "$this" is not returned.

0 comments voice your opinion now!
return valid null method function value


blog comments powered by Disqus

Similar Posts

Refulz.com: The __toString() Method - Objects as Strings

EdFinkler's Blog: Determining if a function is *really* available in PHP

The Bakery: Some ideas to organize your CSS files and autoload them in CakePHP

Stoyan Stefanov's Blog: Reusing an existing database connection with MDB2

Philip Olson's Blog: 20 possible reasons why PHP function names and parameters are weird


Community Events











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


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

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