tastejs / todomvc-backbone-es6

Backbone TodoMVC rewritten using ES6
http://addyosmani.github.io/todomvc-backbone-es6
234 stars 46 forks source link

More critiques #4

Closed domenic closed 11 years ago

domenic commented 11 years ago

In addition to #3:

In addition I just want to strongly second the use of shorthand object literals recommended in #3. After the var/let usage, that was the biggest thing that stood out to me.

addyosmani commented 11 years ago

Thanks @domenic! We really appreciate the feedback and suggestions. We can definitely move to shorthand object literals.

domenic commented 11 years ago

I think this is mostly done, I'll (re)open any specific critiques.