Code Smell 169 - Glued Methods
TL;DR: Try to be as atomic as possible in your methods
Problems
Coupled Code
Harder to test
Harder to read
Solutions
Break the method
Refactorings
https://maximilianocontieri.com/refactoring-002-extract-method
Context
If you name a method wit...
maximilianocontieri.com1 min read