JavaScript Vs. CoffeeScript : Which one would you prefer?
I'm sure you might have heard about CoffeeScript. As the official description of coffeescript goes, it's a tiny language that compiles into Javascript. This new language aims to expose and utilise JSs' object model. If anyone's interested in knowing more about it, head over to: <a href="https://coffeescript.org/" target="_blank" rel="noopener noreferrer">CoffeeScript</a> .
Now, I'm not a JavaScript coder but I'm interested in knowing who among you is adopting the Coffeescript over Javascript. What generates my interest in CS? Well, the Dropbox engineering team rewrote the entire browser side codebase from JavaScript to Coffeescript within a week.
Share your reasons for adopting / not-adopting the coffeescript.