DRY Your Ember Code with Ember.computed Macros
Ember.js is a very expressive framework that allows for more than one way to implement a feature. Ember computed properties are frequently used, but this can sometimes lead to code that is repetitive. One of my favorite ways for drying up ember code is to use the macros in the Ember.computed module. There are macros […]