Chapter 4. Improving Our Application

We've built a nice little application for our pet store. Now it's time to get fancy! We're going to explore some of the more advanced features CoffeeScript has to offer. These features let you write code that is very concise—code that says what you mean to do and skips all the boilerplate. These features also help you write safer, less buggy code by taking the best practices and idioms that the community has settled on and baking them right into the syntax.

Of course, we wouldn't want to learn these new CoffeeScript skills without putting them to use! As we go, we'll be adding more features to our application that make it more colorful and put our CoffeeScript into practice.

In this chapter, we will:

  • Learn how ...

Get CoffeeScript Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.