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
-
Oh this is so true for so many things/services out there (although also opinion-based)
-
bahua129056yI mean, isn't Javascript extremely popular though?
I'll drop an unpopular, exceptionally brilliant technology name for you: perl. -
@CoffeeNcode But that can also be opinion-based again :) (take Google or Facebook for example)
-
To be fair to some popular things that i think are good (like The Beatles for example) i would type it like that:
popular != alwaysGood; -
@CoffeeNcode @musician @ilikeshred I meat exactly that. It can be a subset, but there's lots of shit we have to deal with just because it is popular!
-
@bahua Yeah JS is popular as hell... And it's really bad for the most part.
Ps. Js was the motivation behind the rant! -
piehole8106yI started with JS after being a backend dev for a while, and I didn’t have a lot of difficulties. Most of the hate stems from lack of knowledge (i.e. of course [1] == [1] is false in JS, the fuck do you expect?), or from using frameworks written by people with lack of deeper knowledge of programming... it’s frustrating for sure at times, but I recognize that’s because I’m used to a different programming mindset.
-
@piehole Don't get me wrong, I have no issues with the syntax. Infact Js excels in web frontend. The problem is with overrated frameworks like NodeJs, React Native etc. They really suck when it comes to performance!
-
piehole8106y@DangerousDev of course react native is gonna suck in performance; it’s not a competitor for perf. And Node? If you compare it to Python or Ruby, afaik, it comes out on top, doesn’t it?
-
piehole8106yCheers, don't use '==' and '+' when there are other alternatives (such as concat). Problem solved. Basically, you're angry it doesn't work like you want it to work. The solution is simple--find the JS solution to the problem, don't look for a Java solution, or a Python solution, or whatever else (if you're coding in JS, that is). You wouldn't expect Haskell to work the same as C++, would you...
Related Rants
Popular != Good
rant
tools
misconception
period
good
dev tools
js
devlife
popular