Design-Patterns icon indicating copy to clipboard operation
Design-Patterns copied to clipboard

Null Pattern is incorrectly implemented

Open Venthe opened this issue 6 years ago • 0 comments

"I just looked at the animal example and there are already quite a few anomalies. - NullAnimal is wrongly implemented (should return string.Empty not null) - base class is not abstract - use of NotImplementedException - base method should be abstract (see previous point)"

Venthe avatar Feb 06 '19 08:02 Venthe