Open hennythehen opened 7 years ago
Whenever anyone gets a chance, refactor const literals (i.e. literal integers like 1 or 85, and "literal strings") into const variables.
This is just a clean-code principle, not necessarily a task assigned to someone.
Whenever anyone gets a chance, refactor const literals (i.e. literal integers like 1 or 85, and "literal strings") into const variables.
This is just a clean-code principle, not necessarily a task assigned to someone.