You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, the whole "Option" and counter business. It leads to structures like the following (or did at a time, based on inspection; I guess nothing has changed around this):
I never got an explanation of what the numbers are used for. I think they simply aren't used.
The numbers don't seem to affect the behavior of the app. The user is never asked for one of these numbers, etc. So, it seems the data structure could simply be more like
Something that's been bugging me for a while is this code:
sd-simulate/src/state_manager.py
Lines 26 to 31 in a14b38f
Specifically, the whole "Option" and
counter
business. It leads to structures like the following (or did at a time, based on inspection; I guess nothing has changed around this):I never got an explanation of what the numbers are used for. I think they simply aren't used.
The numbers don't seem to affect the behavior of the app. The user is never asked for one of these numbers, etc. So, it seems the data structure could simply be more like
What bugs me further is that the
transitions
global is type-annotated thus:sd-simulate/src/globals.py
Line 17 in a14b38f
The text was updated successfully, but these errors were encountered: