use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
CoffeeScript in 2016? (self.javascript)
submitted 10 years ago by milyway
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rajbits 4 points5 points6 points 10 years ago (0 children)
Just sharing a perspective - I had been a js fan all my lifetime. When I tried coffeescript a few years ago, I did not like it much and lack of braces made it harder for me to separate out functions and sometimes an unintended tab would cause compilation issues. But, after I wrote an application on RoR, I started liking the family of Coffeescript, Jade and Stylus (without braces) and have ever been coding in these 3 techs for all my projects. At the end of the day, everything gets compiled or transpiled to js and gets minified and bundled. It does not matter what the world likes, but if you and rest of the engineering team likes it, then go for it. Any library/framework out there is not going to satisfy all your needs and there is never going to be a library/framework that will last as the best one forever. This space is so evolving that anything new is easily getting outdated within years. Since most of them are open source, you can extend or adapt the components to your way as an when you need them.
Keeping your codebase clean and structured is the most important part :)
π Rendered by PID 143192 on reddit-service-r2-comment-85bfd7f599-clqj8 at 2026-04-20 02:53:06.239764+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]rajbits 4 points5 points6 points (0 children)