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 合併指標
- (平均合併 16天 15小時) (30 天內合併 4 個 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