Call To Action
We need a mechanism to declare global variables that can be referred to by other rules without duplicating definitions.
We might also have uniform names for referring to the metadata.
Globals:
NUM_PLAYERS - number of active players (rule309)
NUM_ELIGIBLE number eligible voters
Per-vote:
NUM_QUORUM number of votes required for quorum to be reached (rule308)
NUM_CAST number of votes cast (rule308)
NUM_AGAINST number negative votes
NUM_FOR number positive votes (rule308)
AUTHOR user that submitted the rule-change proposal
Call To Action
We need a mechanism to declare global variables that can be referred to by other rules without duplicating definitions.
We might also have uniform names for referring to the metadata.
Globals:
NUM_PLAYERS- number of active players (rule309)NUM_ELIGIBLEnumber eligible votersPer-vote:
NUM_QUORUMnumber of votes required for quorum to be reached (rule308)NUM_CASTnumber of votes cast (rule308)NUM_AGAINSTnumber negative votesNUM_FORnumber positive votes (rule308)AUTHORuser that submitted the rule-change proposal