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

Adjust location of game definition in "Collections" #14

Open
k4y3ff opened this issue Apr 19, 2015 · 0 comments
Open

Adjust location of game definition in "Collections" #14

k4y3ff opened this issue Apr 19, 2015 · 0 comments

Comments

@k4y3ff
Copy link
Contributor

k4y3ff commented Apr 19, 2015

In collections.clj, some of the exercises refer to game, which is shown as being def'd earlier in the text.

However, game has not been defined unless the attendees intentionally went back and eval'd that segment when they were reading it. As a result, some of the exercises make it seem like the function solutions should take three parameters instead of two--or something similar--because the error messages make it unclear that game should be globally defined.

tl;dr Either adjust the exercises to take game as a parameter, move the game definition into the same place as the exercises, or something else vaguely.

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