code-corps / code-corps/code-corps-ember
Use ember-improved-cp for computed properties
Ouverte
Difficulty: Easy
Priority: Medium
- Langage dominant
- JavaScript
- Étoiles
- 120
- Forks
- 75
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
# Problem
Computed properties are good, but the implicit two-way binding is _bad_. Stefan just introduced `ember-improved-cp`, which makes CP's read-only.
https://github.com/stefanpenner/ember-improved-cp
## Subtasks
- [ ] Identify all places where we could use this (maybe `git grep computed`?)
- [ ] Submit a pull implementing the changes
- [ ] Verify that nothing has broken
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.