Questions tagged [coffeescript]
For questions about CoffeeScript - a little language that compiles into JavaScript.
12 questions
1
vote
2
answers
2k
views
What is the use case for shadowing variables?
One of the things the coffeescript programming language is criticized for is its treatment of variable declarations and scope (example).
The answers to this question (and the blog I linked to above) ...
0
votes
1
answer
247
views
Pattern that prevents events to trigger themselves
I am working at the client-side part of a web application, that is responsible for getting answers from users for specific questions and storing and restoring them from the database (or cookies) and I ...
-1
votes
2
answers
418
views
How Challenging is it to Mix Pure JS with CoffeeScript on a Team? [closed]
I keep running into Senior JS positions where they want CoffeeScript. The reason I don't use CoffeeScript is that my first impression of it was that it puts limitations on JS OOP features that I find ...
10
votes
6
answers
16k
views
CoffeeScript and Named Functions
Elsewhere, an argument has arisen over the terminology of a named function in CoffeeScript. In particular someone referred to something like this:
foo = ->
console.log("bar")
as a named ...
4
votes
4
answers
2k
views
How is CoffeeScript influenced by Haskell?
I've been using CoffeeScript for a while now. On Wikipedia, it is said that CoffeeScript is influenced by Haskell. But after I check out the syntax of Haskell, I have found little resemblance from ...
11
votes
4
answers
5k
views
Should I invest time learning Coffeescript? [closed]
I am a freelancer and I earn my bread and butter by helping others write better java-script code. I have good experience with most of the JavaScript frameworks around.
I am wondering if it is worth ...