ClojureBridge / curriculum

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

Use update instead of update-in -- less syntax. #191

Closed brandonbloom closed 8 years ago

brandonbloom commented 8 years ago

Also from feedback training TAs in Seattle.

davidchambers commented 8 years ago

LGTM

yokolet commented 8 years ago

@davidchambers our slides don't have much spaces, unfortunately. Markdown files and slides are exactly the same for our curriculum.

The same as keyword as function, snowflake uses update-in a lot. That doc should be updated, or another slide should be added.

In any case, I'm going to merge this pull request.

yokolet commented 8 years ago

Wow, sorry for my confusion. update-in is still there.