v21’s avatarv21’s Twitter Archive—№ 57,964

        1. maybe... maybe the time has come to write myself a simple reusable state machine system, rather than bodging a different one together for each project
      1. …in reply to @v21
        i've only been doing this for 9 years, it's chill
    1. …in reply to @v21
      this could be worse (still not entirely convinced it's better than just rolling it by hand each time)
  1. …in reply to @v21
    as always, I wish I could set it up so all this is checked for soundness at compile time. but even if C# let me do that, I'd probably hate the bureaucracy involved in doing it. just feels like a shame that this system makes it possible for the game logic to change at runtime.