CodingTrain / CodingTrain/Wave-Function-Collapse
Do NOT make a new grid
未关闭
- 主要语言
- JavaScript
- 星标
- 218
- 派生
- 64
- PR 合并指标
- 30 天内没有已合并 PR
描述
When a new grid is created, it becomes impossible to check for ALL changes when selecting a random option. Changes are made on the NEW grid, but the checking is done on only the OLD grid. This may lead to some unexpected and or strange bugs.
It would be better to keep using the same grid. Makes things just a little bit faster too. (little bit)
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 未指出文件、测试或入口点。定位新 grid 的创建位置以及随机选项变更的检查位置;跟踪检查是否仍在读取旧 grid。完成标准是复用现有 grid,并针对该 grid 检查所有变更,同时不引入所报告的意外行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100