rewrite passage for Null Objects

This commit is contained in:
Dominik Liebler
2019-08-17 22:23:23 +02:00
parent 6ee7665b9e
commit 6d1cc1dab9
10 changed files with 16 additions and 53 deletions

View File

@@ -21,8 +21,7 @@ client code.
Examples
--------
- Symfony2: null logger of profiler
- Symfony2: null output in Symfony/Console
- Null logger or null output to preserve a standard way of interaction between objects, even if the shouldn't do anything
- null handler in a Chain of Responsibilities pattern
- null command in a Command pattern