**Magic Numbers** * Force: Refactoring may be possible when it is noticed that there are many hard-coded values and and seemingly random literals scattered throughout the code. * Solution: It may be possible to give these vauge "magic numbers" variable names to make the code easier to read, understand, test, and maintain. [Back to Index](./index.md)