1. 3
  1.  

  2. 1

    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(…);