Code Smell 238 - Entangled Code
TL;DR: Don't mix your train of thought
Problems
Readability
Bad Scoping
Solutions
Move the code close together
Try to extract the method
Refactorings
https://maximilianocontieri.com/refactoring-002-extract-method
Context
Entangled code is re...
maximilianocontieri.com2 min read