CSUN-SERL / Detection-SARWAI

0 stars 1 forks source link

Constant literals refactored to const variables #46

Open hennythehen opened 7 years ago

hennythehen commented 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.