RailsCasts Pro episodes are now free!

Learn more or hide this

Stefano Diem Benatti's Profile

GitHub User: teonimesic

Comments by Stefano Diem Benatti

Avatar

My 2 cents on Ember after watching this screencast:
- the code after refactoring to extend ArrayController looks actually pretty worse than it was before ( added magic, more lines of code, and bizarre stuff like #each controller ).
- No way in hell am i ever gonna use Ember.js. Weird setters and getters, weird routes that sets controller data, and really a lot of files to do something that looks much simpler in other frameworks. I would prefer going full JS with meteor or another Node framework or Angular.