python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

Challenge 'Refactoring To Use a Pure Function' does not use solution implementation from previous challenge

Open svenvanderburg opened this issue 1 year ago • 1 comments
trafficstars

In episode 3.4 we introduce a class-based solution for loading in csv files in analyse_data(): https://carpentries-incubator.github.io/python-intermediate-development/33-code-decoupling-abstractions/index.html#solution-1

In the later solution we still use the old implementation, whereas students at that point will have the class-based implementation of analyse_date() https://carpentries-incubator.github.io/python-intermediate-development/34-code-refactoring/index.html#exercise-refactoring-to-use-a-pure-function

svenvanderburg avatar Oct 14 '24 12:10 svenvanderburg