A game reaches its pay table two levels down through the casino #52
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rosa/casino#52
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A game reaches its own pay table through the casino, two levels down — the
casino hands out its config, and the config hands out the game's settings. Each
level adds nothing on the way past, which is the pass-through shape that usually
means an abstraction is in the wrong place.
Whether a game should reach its settings through the casino at all is a question
about what the casino exposes, not about how the config is stored. It was left
out of the config work deliberately: folding it in would have made that change
hard to review, and the answer here does not depend on it.
Worth deciding before another game is added.
Blocked by