Add 'Code_Smells_Patterns/Magic_Numbers.md'

main
Ashton McGlone 8 months ago
parent 4c06cc117b
commit 14dd596115

@ -0,0 +1,7 @@
**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)
Loading…
Cancel
Save