Refactoring Code - Preparing Data
Example: When we don't make sure our data is right immediately, the consequences are compounding
- unnecessary logic (if/then)
 - non-linear flow
 - doing too many things
 - mutating data (let...)
 
Example: When we don't make sure our data is right immediately, the consequences are compounding