Files
learngo/25-functions/exercises
2019-06-21 11:50:20 +03:00
..
2019-06-21 11:50:20 +03:00
2019-06-21 11:50:20 +03:00
2019-06-21 11:50:20 +03:00

Function Exercises

  1. 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.

  2. 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.