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

貢獻者指南