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…
Reference in new issue