CoffeeScript Design Patterns
CoffeeScript is a relatively small and simple language. At its core, it’s just JavaScript. Because its types and semantics are the same, you can use CoffeeScript with any JS library. But a little syntactic sugar goes a long way. Find out how this little language could dramatically change the way …