Tic-tac-toe: reflections on a classic programming challenge
Coding up a game such as Tic-tac-toe is a classic programming challenge, but one which I never took much more than passing interest. I mean: I can see it is a good quick-start tutorial to a language/tool (e.g. React quick start). I also really enjoyed it when I did it for the first time. But after the first time, why do it again and again and again? But recently I changed my mind.
…