code-corps / code-corps/code-corps-ember
Use ember-improved-cp for computed properties
Abierto
Difficulty: Easy
Priority: Medium
- Lenguaje dominante
- JavaScript
- Estrellas
- 120
- Forks
- 75
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
# 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.