|
|
|
|
|
by CyberFonic
4746 days ago
|
|
I tried to use CS first and found that I needed to really understand JS in order to debug stuff that didn't work, and you get a lot of that with DOM. So I've learnt a fair bit of JS and now I just can't be bothered to write in CS, JS is really not that bad if you understand that JS is NOT class-oriented and CS ends up only obscuring reality, not altering it. Which brings me back to why I had to learn JS in the first place. |
|
100% of what you learn in CoffeeScript is applicable to Javascript, and viceversa. The real pain, is like you said, debugging applications. I can't just write coffeescript into the console, not even a little`console.log`which is infinitely nicer without the parentheses.