emberjs / guides

This repository is DEPRECATED!
https://github.com/ember-learn/guides-source
Other
283 stars 873 forks source link

Computed properties need a clearer warning about when they get updated #2263

Closed jenweber closed 6 years ago

jenweber commented 6 years ago

https://guides.emberjs.com/v3.0.0/object-model/computed-properties/

Computed properties need a clearer warning that they only get updated when you call them or when they are being used in the markdown of an active template. This has probably bitten every Ember developer. Check this section over and see if it needs something stronger/clearer.

Note, this issue is set aside for the EmberConf contributors workshop on 3/12. If it's not claimed by the end of that day, feel free to grab it!

Bestra commented 6 years ago

I'll pick this up.