You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before running this course again, fix this mistake in the Ch7 example code:
In Section 7.3.1, the example non-DRY code has two parameters (the df and the suffix) but then the example DRY versions of it (several) ignore the suffix parameter. They are not equivalent to the original. It is not trivial to fix this example, because the loop version makes it hard to use multiple parameters without making the example unnecessarily complex.
The text was updated successfully, but these errors were encountered:
Before running this course again, fix this mistake in the Ch7 example code:
In Section 7.3.1, the example non-DRY code has two parameters (the df and the suffix) but then the example DRY versions of it (several) ignore the suffix parameter. They are not equivalent to the original. It is not trivial to fix this example, because the loop version makes it hard to use multiple parameters without making the example unnecessarily complex.
The text was updated successfully, but these errors were encountered: