Coding Tactic: Make Coupling Obvious When the order of function calls matters, it’s best to show how they’re coupled: The “Before” version looks like two independent steps. The “After” version tells the reader why fetch is being called before sendEmail. Nov 4, 2021From last week's Coding Foundations