good first issuehelp wanted
仓库指标
- 星标
- (7,255 个星标)
- PR 合并指标
- (平均合并 2天 12小时) (30 天内合并 15 个 PR)
描述
The code is littered with conditions that check that values do not go over or under the min/max range.
This is relatively easy but tedious to clean up, but doing so greatly helps the readability of the code.
An example of such cleanups in inv.cpp and a couple of other files: https://github.com/diasurgical/devilutionX/pull/1665