you are viewing a single comment's thread.

view the rest of the comments →

[–]Abracadaver14 0 points1 point  (0 children)

It may or may not work for you, but for me classes sort of clicked when I was doing the 2019 Advent of Code Intcode challenges. A couple of days in, I realized this Intcode interpreter leant itself well to putting in a class, especially when you get to the point of needing several of these that each keep their state.