Looks like I'm the only one (so far) to have gone ...
# advent-of-code
t
Looks like I'm the only one (so far) to have gone full sealed classes. 🙃
k
I was debating making classes for the instructions, but the loop was still pretty short.
t
Eh, it was probably overkill. I could have used functions, but I think the way I have it lays out cleaner rather than a when with a bunch of functions.
👍 1
e
I used sealed classes! It feels nicer to work with than arbitrary instruction pointer offsets.
👍🏻 1