getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
179.78k stars 33.52k forks source link

You Don't Know JS: Async & Performance Chapter 4: Generators Thunks #897

Open IronGremlin opened 8 years ago

IronGremlin commented 8 years ago

It's slightly off topic, but, when discussing 'Thunks' as a concept, and speaking about 'thunkory' functions might it be useful to note that this is essentially the same concept as partial function application? Not like, a paragraph or anything, but just a short blurb to point out that these terms are more or less the same thing. It might help folks connect the dots in the future when researching other topics, and it's a pretty useful concept for organizing all kinds of code, not just for organizing asynchronous code.

getify commented 8 years ago

Perhaps a small note. :)