Midterm Feeback
Opened this issue · 0 comments
Devaio commented
Thanks for trying to make us all a little more conscious about the environment!
- Good job using a factory to hold your challenges
- Prevents your controller from getting dirtied up with large amounts of data
- Code organization is good - easy to read and follow
- Thank you for commenting your code!
- Think about possibly breaking out your controllers into multiple files as well. It increases the number of files you juggle, but can make larger apps more organized
- You had to use
$sce
, not a fun thing to have to dig into, good job!