Skip to content

fiuba/algo3_null_object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Null Object Pattern

img.png

Objetivo

Use an interface (implemented by a class) instead of using "null" reference value.

Use cases

  • Modeling the emptiness.
  • Dealing with empty collections.
  • Looking for an object in a collection which result on non-object.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages