Add 'Code_Smells_Patterns/Big_Objects.md'

main
Ashton McGlone 8 months ago
parent 7d7109cd8a
commit d630ddafff

@ -0,0 +1,7 @@
**Big Objects**
* Force: Refactoring may be considered if an object has many methods and variables.
* Solution: It may be possible to break this object up into a few smaller objects. This can be done for readability, simplicity, and overall funtionality.
[Back to Index](./index.md)
Loading…
Cancel
Save