RoboLoCo-5338/Competition_Bot_2025

Reduce magic numbers in codebase

开放

#59 创建于 2025年3月24日

 (2 条评论) (0 个反应) (0 位负责人)Java (0 个派生)auto 404
documentationenhancementgood first issuepriority: lowrefactoringrequires bot: none

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There are some places in the codebase where we are using "magic numbers" (numbers that values don't have a clear reason what they are or why they are that value). These numbers should be replaced with constants in a new or existing constants file that clearly labels what they are

贡献者指南