Null object: Difference between revisions

Content added Content deleted
m ([Erlang] Format cleanup, improve wording.)
m ([Erlang] Improve readability.)
Line 268:
=={{header|Erlang}}==
 
Erlang does not have an null object. As an alternative, many applications tend to pick a convention for returning an empty condition and use that.
 
As an alternative, many applications tend to pick a convention for returning an empty condition and use that.
 
Example alternatives: