News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
What is a null object, and when are they useful?
September 14, 2009 @ 12:46:10

In this latest post to his blog Jani Hartikainen looks at creating "null objects" for your applications - a simple tool that lets you replace multiple evaluation checks with a simple object.

How many times have you written code, which checks if a value is null, and then displays something special because of that? Have you written the very same check in more than one place in your code? A null object is an elegant solution to this.

His example shows how to replace a standard User class to grab the user's name with an anonymous user that extends it to return the string "Anonymous User" instead. By creating an intermediate class like this, you can simple call a "getName" and know that there will be some sort of value as the result.

0 comments voice your opinion now!
null object anonymous tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP and IBM Goodness

NetTuts.com: Turbocharge your Website with Memcached

IBM developerWorks: Hook into Wikipedia information using PHP and the MediaWiki API

PHPBuilder.com: Cross-Platform Database PHP Development

WebReferece.com: Building a Weblog: Part 2


Community Events











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


testing series symfony2 usergroup zendframework2 google functional release introduction framework language development database community podcast rest phpunit interview conference opinion

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