How to integrate AngularJS with Rails 4
shellycloud.com
How to integrate AngularJS with Rails 4
1–10 of 11 posts
Re: How to integrate AngularJS with Rails 4
#2Javascript is the lingua franca of frontend web development. Stick to that.
Re: How to integrate AngularJS with Rails 4
#3I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Fortunately for us, it's relatively easy to convert it to regular javascript.
Re: How to integrate AngularJS with Rails 4
#4I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Re: How to integrate AngularJS with Rails 4
#5I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Re: How to integrate AngularJS with Rails 4
#6I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Re: How to integrate AngularJS with Rails 4
#7I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Re: How to integrate AngularJS with Rails 4
#8Re: How to integrate AngularJS with Rails 4
#9I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Re: How to integrate AngularJS with Rails 4
#10I say this as a developer who uses ruby as my primary language - Can we just please cut it out with the coffeescript in these tutorials? It just adds another level of complexity on top of the tutorial. Everybody already knows javascript, just write your examples in that. Instead, in addition to absorbing the Angular portion of this tutorial, I also have to mentally translate everything from coffeescript to javascript…
Bottom line: everyone who knows coffeescript knows javascript. The inverse is not true. Personal preference, de facto standards, "it's just like ruby" - none of this has to even come into the equation.
Is this necessarily true? You can't put coffeescript between script tags and just have it run, as it's designed to use incompatible idioms which need to be 'compiled' to js (because js is ugly and awkward).
It's entirely possible someone who has only ever used coffeescript and has a deep aversion to js has no idea how to actually write the js version of whatever it is they're coding.