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

Strict description of the rules #124

Closed
hiredgunhouse opened this issue Apr 5, 2017 · 2 comments
Closed

Strict description of the rules #124

hiredgunhouse opened this issue Apr 5, 2017 · 2 comments

Comments

@hiredgunhouse
Copy link

It's not clear whether I am only allowed to touch the ___ parts of code in order to make tests pass or can I make changes outside ___ too?
For instance this test from destructuring seems pretty hard to solve if I'm only allowed to touch the ___ part.:

  "All together now!"
  (= "Test Testerson, 123 Test Lane, Testerville, TX"
     (___ ["Test" "Testerson"] test-address)))
@trptcolin
Copy link
Member

Yep, only those parts that look like blanks to fill in. Sometimes solutions might be more complicated expressions, which is fine. There's a way to do it, for sure - but from my perspective, if you have another way that creates a top-level function or something, go for it!

@hiredgunhouse
Copy link
Author

Ok, thx!
BTW. Thank you for making those koans, they are awesome!

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

2 participants