DEV Community

Discussion on: Design Patterns: Factory Pattern, Part 1

Collapse
 
lschultebraucks profile image
Lasse Schultebraucks

Great explanation, thank you!

In your first screenshot of the PizzaStore class you forgot to implement a else case. I dont't think it will even compile, because you are using pizza in the following lines.

Anyway, thanks again for your explanation :)

Collapse
 
henriavo profile image
Henri Idrovo

Good catch Lasse, thanks!