RoboLoCo-5338/Competition_Bot_2025

Reduce magic numbers in codebase

オープン

#59 opened on 2025/03/24

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Java (0 件のフォーク)auto 404
documentationenhancementgood first issuepriority: lowrefactoringrequires bot: none

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド