Null Pattern is incorrectly implemented
Opened this issue · 0 comments
Venthe commented
"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)"