Skip to content

Instantly share code, notes, and snippets.

@jedschneider
Created April 22, 2013 11:29
Show Gist options
  • Save jedschneider/5434068 to your computer and use it in GitHub Desktop.
Save jedschneider/5434068 to your computer and use it in GitHub Desktop.
Abstract for my talk at ConvergeSE

Detangle your jQuery:

using lessons from CoffeeScript to create better design

Despite the explosion of tools and MVC frameworks for JavaScript, jQuery remains the dependency of dependencies for almost every browser based web application. And yet, for most of us, our use of jQuery tends to create the code with the most painful, rambling, and troublesome design.

This is a talk about using CoffeeScript's native language constructs to apply what we have learned from frameworks and tools like Backbone and Bootstrap. Solutions that promise us a better experience, retain relevance and clarity in our code, and respond more easily to change.

@jedschneider
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment