From 723b5adc6cd84f1c49d6b36d2e8ea1c2c83b090d Mon Sep 17 00:00:00 2001 From: Devan McGeer Date: Fri, 21 Jan 2022 19:10:52 +0200 Subject: [PATCH] Added a basic description of the pattern. --- Null Object Pattern/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Null Object Pattern/README.md b/Null Object Pattern/README.md index be3ba62..71b417b 100644 --- a/Null Object Pattern/README.md +++ b/Null Object Pattern/README.md @@ -1,4 +1,4 @@ # Null Object Pattern -Description Coming Soon +A null object is an object with no referenced value or with defined neutral (null) behavior. -Video: https://youtu.be/D4Dja5WSZoA \ No newline at end of file +Video: https://youtu.be/D4Dja5WSZoA