Coding Tactic: Intention-Revealing Names Methods should be named after what they do as far as the caller is concerned. They shouldn’t be named based on how they do it. Variables should be named after what they store. They shouldn’t be named based on how they’ll be used. Nov 16, 2021From last week's Coding Foundations