max-mapper / callback-hell

information about async javascript programming
http://callbackhell.com
847 stars 100 forks source link

The "Put a closure on it" section is very poor #10

Closed domenic closed 12 years ago

domenic commented 12 years ago

First, the section has nothing to do with closures, at all. No variables are being closed over. It is maybe an example of factory functions, if anything.

Second, it has nothing to do with the rest of the page, and callback hell in general. It's more about someone's favorite pattern for decoupling DOM events from "business logic."

Finally, at the end it's trying to advertise hootroot.com, whatever that is.

IMO it doesn't belong on callbackhell.com.

max-mapper commented 12 years ago

you raise some valid points, perhaps i should break it out and link to it as an additional resource