Skip to content
SP StackPractices

Tag: null-object

Browse 1 practical software engineering resources tagged with "null-object". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving null-object.

Null Object Pattern

Use a default object instead of null references to eliminate null checks and simplify client code. A behavioral pattern for safer defaults.