### Problem
You want a property on an object whose value is determined programmatically

### Solution
Create a computer function either with `Ember.computed` or the `property()` function of Function objects

### Discussion
