> I think Yehuda is a very nice and smart person I always get confused by this. I don't understand how being nice factors into technical decisions? (For the record, I also think wycats is nice, but I don't really care when I'm trying to decide whether or not what he's saying makes sense)
If you need help, want to suggest a modification, or otherwise need to interact with the author(s) of something you're using, it's nice to have friendly people to deal with, rather than assholes, all else being equal.
EmberJS Confuses Me
141–142 of 142 posts
Re: EmberJS Confuses Me
#142Earlier quoted context omitted.
Regarding AngularJS, please use it only if you are new javascript and prefer learning Angular Javascript (which is not javascript by the way) :) I am not sure you "know" javascript. If you are saying that there is an Angular version of javascript then you are terribly mistaken. Angular is probably one of the only mainstream framework that stays true to javascript. All other frameworks ( Backbone, Ember etc.. ) are th…
Before berating other people's knowledge, you should probably make sure that what you are saying is infallible. So with that I ask you: Do you realise that JS is an object oriented language? Prototypes are a means for inheritance (i.e. reuse of code), just as classes are in more traditional languages - it does not mean JS is not OO. My interpretation of the GP comment is that he means angular to JS is like jQuery to…