Add 'Code_Smells_Patterns/Big_Methods.md'

main
Ashton McGlone 8 months ago
parent c6f6e8e005
commit 3821afe388

@ -0,0 +1,7 @@
**Big Methods**
* Force: Refactoring may be possible when a method is getting too large. (over 7 lines of active code)
* Solution: It may be possible to break this method up into smaller methods. Methods shoudl have a clear purpose and should not take on work it does not have to.
[Back to Index](./index.md)
Loading…
Cancel
Save