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.
-
Refactor the Game Store to Funcs - Step #3
Let's continue from the previous exercise. This time, you're going to add json encoding and decoding using funcs.
You've watched the lecture. Now, try to rewrite the same log parser program using funcs on your own.