ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

Module 6, slide 10: Provide a more detailed example for get-names exercise #155

Open princesspanda opened 9 years ago

princesspanda commented 9 years ago

The hint for this exercise says:

Hint: First, create a function that returns the name when given a single person's map.

I think it would be good to provide an example of what is expected here -- seemed like people got really confused when doing this exercise. It felt like people were overwhelmed by the exercise and didn't see what the intermediate step could be.

princesspanda commented 9 years ago

I am working on this.

princesspanda commented 9 years ago

Might want to add another hint to go back to the section on map (module 3)