Function Exercises
-
Refactor the Game Store to Funcs - Step #1
Remember the game store program from the structs exercises? Now, it's time to refactor it to funcs.
-
Refactor the Game Store to Funcs - Step #2
Let's continue the refactoring from the previous exercise. This time, you're going to refactor the command handling logic.