Skip to content

Commit

Permalink
Infrastructure problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudryashov Dmitrii committed Nov 13, 2021
1 parent 4cff637 commit 3743637
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PizzaStore/pizza_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ class SimplePizzaFactory {
}
};

// Problem:
// nyStore -> NYPizzaFactory
// chicagoStore -> ChicagoPizzaFactory

// every store has it own sequence of pizza recipe

class PizzaStore {
public:
PizzaStore(SimplePizzaFactory* factory)
Expand Down

0 comments on commit 3743637

Please sign in to comment.