Update 'Code_Smells_Patterns/index.md'

main
Ashton McGlone 8 months ago
parent 3821afe388
commit 4c06cc117b

@ -12,11 +12,7 @@
[Big Methods](./Big_Methods.md)
**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.
[Magic Numbers](./Magic_Numbers.md)
**Feature Envy**

Loading…
Cancel
Save