News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Should a failed function return a value or throw an exception?
March 12, 2010 @ 10:41:43

Jani Hartikainen poses an interesting question on his blog today - is it more correct for a function, having failed at its job, to return a value of throw an exception.

You have created a nice, well written function, but you realize you forgot something: The failure case. What should a function do when it fails? There are two schools for this - the "throw an exception" school and the "return an error value" school. But which of these is the correct approach?

He suggests that this debate has stuck around from the time when there weren't exceptions in several popular programming languages and that returning the value was the only valid way. He touches on what an exception condition is (with a few code examples) and situations where each choice might be the right way to go.

1 comment voice your opinion now!
function return exception opinion


blog comments powered by Disqus

Similar Posts

StackOverflow.com: What PHP framework would you choose for a new application and why?

Sherif Ramadan: Finally Getting finally In PHP?

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses

DevShed: The Autoload Magic Function in PHP 5

PHPit.net: How to handle those pesky errors in PHP


Community Events









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


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

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