GBALATRO/balatro-gba
Use size instead of top in all stacks (played, hand, discard, etc.)
开放
#573 创建于 2026年6月24日
Refactorgood first issue
仓库指标
- 星标
- (2,281 个星标)
- PR 合并指标
- (平均合并 4天 5小时) (30 天内合并 21 个 PR)
描述
The mix of size and top really makes things confusing and error prone and it's probably better to only use size and not use top. Using size is more standard and it will decouple the data structure implementation from its use. This can be done as part of #498.
Originally posted by @MeirGavish in #570