• Welcome to droqen's forum-shaped notebook. Please log in.

2026, apr 9 - game 8 (when processes change)

Started by droqen, April 09, 2026, 10:58:09 AM

Previous topic - Next topic

droqen

"in programming, state can be explicit or implicit
 that's a too-simple way of putting it but
 it will work for the purposes of our game.

 when state changes, does the code actually
 keep track of the new state, storing it some-
 where? or does it merely announce change
 and immediately forget?

 as a person, you contain directions. thoughts.
 states.

 do you store your states
 implicitly or explicitly?"

game 8
 
"when processes change, ask yourself
 this one question:

 am i storing this state change internally
 or announcing it and then forgetting?"

droqen

"which came first, the chicken or the egg?"