I find task scaffolding works particularly well because it captures the steps you had in mind, leaving no doubt where you need to continue.
// TODO
calculateAverageAgeOfCitizens(…);
// Still needs to be configured
plotSomeInterestingData(…);
I find task scaffolding works particularly well because it captures the steps you had in mind, leaving no doubt where you need to continue.
// TODO
calculateAverageAgeOfCitizens(…);
// Still needs to be configured
plotSomeInterestingData(…);