Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You shouldn't give a shit about what people think of the languages you use. The only thing you should worry about is that its well organized and properly documented code.
-
IcyTv1197yI agree with @Null-Device. It is a nice language for visual designs and browser application
-
I like programming in JS too. That's is why I'm pursuing Full Stack Web Development
-
TangChr49557yJavaScript is the second programming language I learned (after PHP), and it has always been a guilty pleasure.
But I always try to avoid using any libraries, such as jQuery. -
@TangChr
I don't mind using jquery for coding speed sake. I can code without it if I want full control and maximum speed, but its helper functions are really damn useful and the code it's more clear imho with it. -
NGPixel7007y@ramen jQuery is definitely not good. Constantly modifying the DOM using selectors is slow, error prone and simply bad practice in general. There's a reason Vue.js, Angular and React exists...
-
@ramen jQuery is not good there is no reason to use it in 2018. If you only need certain fuctions of jquery use specific lodash modules.
-
just sayin. though not a good idea, you can do everything in js. even machine learning
-
-vim-31687y@framework true but you need the framework which will
probably be in some of the commonly used machine learning languages , and anyway, js should stay where it is -
JavaScript language is good in its ways but a lot of JavaScript written is bad. When we don't see good code we think the language is bad.
Given the new ES6 and ES7 things are moving forward. And I am happy they are now natively supporting a lot of basic stuff that is required by modern web apps. -
I find quite the opposite. I think JavaScript is a good language but I don't like working with it.
-
I was avoiding js as a plague, until forced to learn and use it ... now I kinda like it, not using any libs
Related Rants
Confession:
I actually like to code with JavaScript.
It's a terrible language, yes, but I find it fun to work with.
rant
javascript
js
javascript js
don't do js kids