Archive for June, 2009

Learn the Null Object

Tuesday, June 2nd, 2009

Today, I thought I would mention the Null Object design pattern, its an object that provides intelligent do nothing behavior, hiding the details from its collaborators. So what does this mean??? Before I tell you what it means, lets see an example of how often you might be seeing code that is checking for null. [...]

  • Share/Bookmark