RoboLoCo-5338/Competition_Bot_2025

Reduce magic numbers in codebase

Aberta

#59 aberto em 24 de mar. de 2025

 (2 comentários) (0 reação) (0 responsável)Java (0 fork)auto 404
documentationenhancementgood first issuepriority: lowrefactoringrequires bot: none

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador