Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mistake in Ch7 example code #1

Open
nathancarter opened this issue Sep 23, 2020 · 0 comments
Open

Fix mistake in Ch7 example code #1

nathancarter opened this issue Sep 23, 2020 · 0 comments

Comments

@nathancarter
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant